You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am using ui-textbox for number input and I need to apply a format, e.g.
for 2000000.23 I want to be displayed as 2,000,000.23
How can I achieve this? I couldn't find any prop for format. Also, I need the binding value to be kept as numeric, because I use it for numeric operations.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi,
I am using ui-textbox for number input and I need to apply a format, e.g.
for 2000000.23 I want to be displayed as 2,000,000.23
How can I achieve this? I couldn't find any prop for format. Also, I need the binding value to be kept as numeric, because I use it for numeric operations.
Thanks in advance!
The text was updated successfully, but these errors were encountered: