not sure if this is the right place, but i noticed an edge case within the demo sandbox for Negative Number Format. When a user tries to type - in the middle of the input string, everything to the right gets truncated. Is this an expected behavior or is it possible to filter out - whenever its not added to the front of the string?
not sure if this is the right place, but i noticed an edge case within the demo sandbox for Negative Number Format. When a user tries to type
-
in the middle of the input string, everything to the right gets truncated. Is this an expected behavior or is it possible to filter out-
whenever its not added to the front of the string?heres a demo,