How to format a number input as Currency in USD

Hi @Joyce @flo I didn’t find the amount field in the inputs. I have a use case where I need the currency field where user enter the amount etc. Kindly guide me how I can do this. Thank you very much!

Did you find the amount element? I’m having the same issue.
@Joyce @flo

Have you tried using a masked field?

Yes. It’s not enough because it is not dynamic.

  • 5000 becomes $5,000
  • 10000 becomes $1,0000

or the inverse:

  • 10000 becomes $10,000
  • 5000 becomes $50,00
  • 500 becomes $50,0