Hi,
recently I discovered that piotnetforms introduces some custom behaviour for input fields of the type=number.
When a user enteres a number (via the keyboard) into such an input the users input might get changed to the inputs min/max value if the user types very slowly.
For example if I have a number input with a minimum value set to 50 and I type 1 into the field (because I want to enter 100) if I wait to long to enter the next digit my input gets changed to 50.
Same is true for the max value.
I think this feature is very problematic for my usecases/customers and I am looking for a way to disable this behaviour.
Currently I helped myself by disabling the connected Eventlisteners for numberfields, but I wish there was a "switch" in the piotnetforms plugin to just disable this behaviour.