0

What I have to use, if I want that InputNumber to be clear? not with default value? I use min and max for InputNumber and when I want to use InputNumber, this one set the default value to 0.

1

Price is the InputNumber.

vimuth
  • 5,064
  • 33
  • 79
  • 116
  • Use an empty value if you don't want it to be 0? `value=""` or in JS `.value = ""` – evolutionxbox Aug 30 '22 at 12:57
  • Does this answer your question? [html5 input for money/currency](https://stackoverflow.com/questions/24163889/html5-input-for-money-currency) – mgm793 Aug 30 '22 at 13:05

0 Answers0