The source project of this merge request has been removed.
Add MinMaxNumber validator
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.