Hello, How to use Comma as decimal separator in TextBox Input Keyboard, it only accept point decimal separator.
dora_paz
(Dora)
2
Is textbox’s type set to only numbers ?
Rogerio_Rios
(Professional Support)
3
Did you tested using the On Text Change event, and check if it is “.” and change it to “,” ?
Or This
Or
1 Like