I am currently customizing the Account module in the Freedom UI and encountering an issue with the PDS_UsrBillToNumber_volqoyn
field. This field is an integer field bound to PDS.UsrBillToNumber
in the model configuration.
My goal is to remove the comma separator from this field, but the solutions I have tried so far have not worked. These include:
- Using
useThousandSeparators: false
incontrolConfig
. - Setting
useGrouping: false
in thenumberFormat
object withincontrolConfig
. - Modifying configurations in the
format
object for field values. - Implementing custom methods for formatting.
Unfortunately, none of these approaches have yielded the desired result. Could you kindly guide me on the correct implementation or suggest an alternative solution?
Like
Hello Shraddha,
Currently this task is impossible to accomplish with no-code/low-code tools. I have tried to do similar approach as described here: https://community.creatio.com/questions/freedomui-format-number-list-view-without-commas but did not achieve anything. I tried to add eventListenere on the input and replace any non-digit character, but again i could not achieve anything. Anyway i will inform R&D team, so in the nearest future this might be implemented.