1

I want to remove the comma separator in the inter-input field using edit input how I achieve that?

enter image description here

The above image displays the standard format. The expecting Number Format (without comma) - 1234

Kasun98
  • 23
  • 1
  • 4

1 Answers1

1

I guess you are using Integer input field UI control. Even if you write a Edit Input rule, it is going to display a comma separator on the UI if the Separator is marked as Yes in the Presentation tab of the input field control settings.

Go to the Presentation tab of the input control and mark Separator as No.

Integer Properties - Presentation tab

AJ.
  • 4,526
  • 5
  • 29
  • 41