Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
610
Numeric format masks with commas for thousands
posted

I have an Angular 7 app using reactive forms with a numeric input box:

<input igxInput name="marketValue" type="number" formControlName="marketValue"/>

The users have requested to see commas every 1000 when they are typing in a large number. For example, 100,000,000.  Do you have any way to accomplish this?  Any help will be greatly appreciated.

 

Thanks as always,

JK

Parents Reply Children
No Data