The following built-in input components are available to receive and validate user input.
Input component | Rendered as in DOM |
<InputText> | <input> |
<InputTextArea> | <textarea> |
<InputSelect> | <select> |
<InputNumber> | <input type=”number”> |
<InputCheckbox> | <input type=”checkbox”> |
<InputDate> | <input type=”date”> |
Share with