input-number icon indicating copy to clipboard operation
input-number copied to clipboard

Ability to replace one character with another while typing

Open wtusfo opened this issue 2 years ago • 0 comments

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.

wtusfo avatar Dec 14 '23 10:12 wtusfo