Steps to Reproduce
Set the min max constraint of a doublespinner
<doublespinner constraint="min 1 max 3: custom error"/>
Current Result
no matter input value < 1 or > 3, always shows the default error message
Expected Result
shows the custom error message
Debug Information
Workaround