Display Decimal Field in form as currency

It does not appear that a "Numeric" control always formatting. So what control would be appropriate to use on a form if you want the decimal to be displayed as currency?

Thanks for any help.
Dave

Hi Dave,

None of our input component will apply formatting. You can use the label of the input to hint the user with value format.

Hi @enchev,
perhaps you can implement a "round" property?
I never can tell my users to only put in 2 decimal places. and ever and ever the question from the users "why are there 4 (or whatever) decimal places for a currency?". the answer "dont use them. type only 2 decimal places" never helps. its tiring... :slight_smile:
Users are Users....

If we can define "round = 2) (or 3 or whatever) will help a lot.

Thomas