Number field: Min/Max not enforced on manual input

Hello @Daniele

I don’t know if this is a bug or a limitation in BricksForge, but I’ve noticed an issue with the number field in Pro Forms. When setting a minimum value (e.g. Min = 2), users can still manually type a value of 0 (or any value below the minimum) and the form passes validation without any error.

I think there’s a lot to do about validation.

ATM I’m working on a large multistep form, and no validation happens until the submit button is clicked but… errors in the previous steps won’t show or get focus (and all the related errors are issued in the console…)

I guess the easy fix would be to validate before leaving the actual step, and not at submit time.