-
Notifications
You must be signed in to change notification settings - Fork 408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#10663: fix adding decimals in the aeronautical form in searcg by coordinates #10668
Conversation
Description: - handle fixing the issue of prevent enters centesimal number after the comma/dot in aeronautical form and decimal form as well
Description: - add helpful comment
@mahmoudadel54 there is a failing tests that seems related to your contribution. Can you please check and fix it? Thank you so much. |
….jsx to fix FE failure
Fixing is done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Test passed, @mahmoudadel54 please backport to 2024.02.xx. Thanks |
…n searcg by coordinates (geosolutions-it#10668) * geosolutions-it#10663: fix adding decimals in the aeronautical form Description: - handle fixing the issue of prevent enters centesimal number after the comma/dot in aeronautical form and decimal form as well * geosolutions-it#10663: fix adding decimals in the aeronautical form Description: - add helpful comment * geosolutions-it#10663: edit unit test in IntlNumberFormatControl-test.jsx to fix FE failure * geosolutions-it#10663: revert unnecessary change
Backport is done ---> #10678 |
…rdinates (#10668) (#10678) * #10663: fix adding decimals in the aeronautical form Description: - handle fixing the issue of prevent enters centesimal number after the comma/dot in aeronautical form and decimal form as well * #10663: fix adding decimals in the aeronautical form Description: - add helpful comment * #10663: edit unit test in IntlNumberFormatControl-test.jsx to fix FE failure * #10663: revert unnecessary change
Description
This PR handles fixing the issue of prevent enters centesimal number after the comma/dot for
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
#10663
What is the current behavior?
#10663
What is the new behavior?
Now user can enter any centesimal numbers after the comma/dot like 0.04 , 15.1236 ...etc
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information