Desktop Components ShowcaseMobile Components Showcase
ace:clientValidateDecimal - Overview

The <ace:clientValidateDecimal> component can be nested inside of ACE & MOBI input components to perform client-side validation of a decimal value.

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 anything other than a decimal number. Example 1 or 1.12. Input such as 1.2A or A1 should fail validation.

Value:
Source Code