Skip to content

Add MinMaxNumber validator

jensschuppe requested to merge (removed):dev_minmaxnumbervalidator into master

This validator allows to define min/max values in inputs (only useful for numeric inputs and numeric min/max values, but validators are not bound to specific input types it seems).

Both, minimum and maximum values, are optional, so that either only one of them or both can be defined.

Merge request reports