You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is not possible for InputNumber to replace one character ("," in my case) with another ("." in my case) while typing, it only happens after blur event or after typing next character (after ",") which is not zero (if using parser and formatter).
Would be great to prevent users from seeing unnecessary characters ("," comma) in my case.
The text was updated successfully, but these errors were encountered:
Currently it is not possible for InputNumber to replace one character ("," in my case) with another ("." in my case) while typing, it only happens after blur event or after typing next character (after ",") which is not zero (if using parser and formatter).
Would be great to prevent users from seeing unnecessary characters ("," comma) in my case.
The text was updated successfully, but these errors were encountered: