Comma separator in TextBox Input

Hello, How to use Comma as decimal separator in TextBox Input Keyboard, it only accept point decimal separator.

Is textbox’s type set to only numbers ?

Did you tested using the On Text Change event, and check if it is “.” and change it to “,” ?

Or This

Or

1 Like