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
When using mask mask="separator.2" with version 15 it will not allow me to type in a number starting with a decimal point.
I can enter 0.11 but I can not enter .11. When typing .11 it emits a null value instead of a zero when I enter the decimal point.
This did work back in version 9.
The text was updated successfully, but these errors were encountered:
🐞 bug report
Description
When using mask mask="separator.2" with version 15 it will not allow me to type in a number starting with a decimal point.
I can enter 0.11 but I can not enter .11. When typing .11 it emits a null value instead of a zero when I enter the decimal point.
This did work back in version 9.
The text was updated successfully, but these errors were encountered: