Input fields
Sometimes a user needs to enter a value. Depending on what needs to be entered, different types of fields are used which can, in cases where it is possible, check that the value is entered in the correct format.
Sometimes a user needs to enter a value. Depending on what needs to be entered, different types of fields are used which can, in cases where it is possible, check that the value is entered in the correct format.
Component | Description |
---|---|
Integer | Used for numeric fields where the value must be an integer. |
Decimal | Used for numeric fields that require the value to be entered with one or more decimals. |
Text field | Used for a shorter text string, for example a single word. |
Text area | Used for a shorter text, usually in the form of two or three sentences. |