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
Common use case is that Number inputs allow . and , but it could also be possible to allow formatted input like 1.024,56 which should be float 1024.56 in the end.
What is the expected result?
It is currently not documented how to do that, also unit tests are not covering such use cases.
What do you get instead?
Needs to be documented and tested.
I'm working on it.
The text was updated successfully, but these errors were encountered:
What steps will reproduce the problem?
Common use case is that Number inputs allow
.
and,
but it could also be possible to allow formatted input like1.024,56
which should befloat 1024.56
in the end.What is the expected result?
It is currently not documented how to do that, also unit tests are not covering such use cases.
What do you get instead?
Needs to be documented and tested.
I'm working on it.
The text was updated successfully, but these errors were encountered: