input-number
input-number copied to clipboard
Ability to replace one character with another while typing
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.