How can I remove the comma separator in integer edit input ?

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

Inter input with comma separator.png

Above image displays the normal format.

The expecting Number Format (without comma) - 1234

@AshinaS2 You can create a Edit Input rule and you have to call this in adavanced tab of the property rule.

Your edit input should contain as below.

@BATTINIRAMESH Thanks