Set the min max constraint of a doublespinner
<doublespinner constraint="min 1 max 3: custom error"/>
no matter input value < 1 or > 3, always shows the default error message
shows the custom error message
ZK-3210 Spinner custom constraint error message partially wrong
ZK-5474 Provide min and max string constraints for number input elements