10 Validating and Converting Input
Oracle JET includes validators and converters on a number of Oracle JET editable elements, including
oj-combobox, oj-input*, and oj-text-area. You can use them as is or customize them for validating and converting input in your Oracle JET application.Some editable elements such as oj-checkboxset, oj-radioset, and oj-select have a simple attribute for required values that implicitly creates a built-in validator.
Note:
Theoj-input* mentioned above refers to the family of input components such as oj-input-date-time, oj-input-text, and oj-input-password, among others.
Topics: