Desktop Components ShowcaseMobile Components Showcase
ace:clientValidateValueRange - Minimum
The <ace:clientValidateValueRange> component can be nested inside of ACE & MOBI input components to perform client-side validation of a range of values.

In this demo validation messages will appear in an <ace:message> component.

A validation message should appear if the value in the <ace:textEntry> contains a number lower than 5. Input such as 4 or A5 should fail validation.

Value:
Source Code