Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|
Overview
Validation added to tables acts as a data layer to help block invalid data. Applying validation to table attributes ensures consistency across your application, as the same validation is applied anywhere the attribute is used.
Info |
---|
Validation is automatically applied to data being entered via a form by checking the it against the properties of the backing attribute, such as the length of a string and the type of data expected. |
Video
Iframe | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
Further
readingReading
- Validation on forms allows bespoke validation to be applied to a form field or Table Attribute validation to be overridden.