I want to remove the comma separator in the inter-input field using edit input how I achieve that?
The above image displays the standard format. The expecting Number Format (without comma) - 1234
I want to remove the comma separator in the inter-input field using edit input how I achieve that?
The above image displays the standard format. The expecting Number Format (without comma) - 1234
I guess you are using
Integerinput field UI control. Even if you write aEdit Inputrule, it is going to display a comma separator on the UI if theSeparatoris marked asYesin thePresentationtab of the input field control settings.Go to the
Presentationtab of the input control and markSeparatorasNo.Integer Properties - Presentation tab