简体   繁体   中英

How 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 I achieve that?

在此处输入图像描述

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

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM