Hi there!
I’m having a problem with my number input fields. I added an input for “amount” with a minimum value of 0.01. However, I noticed that when the value reaches 32.01, the increment button stops increasing it.
If I manually set the value to 33 and then click the increment button, it works as expected. But if I decrease the value back to 32, the increment button stops working again.
Interestingly, if I remove the min="0.01" restriction, the increment button works correctly at all values.
I hope this is clear. Thank you!