Search Field
The search field is a one-line text field for entering a search string. Clicking the search icon in the component or pressing the Enter key activates the action.
Property
| No | Item | Input Value | Default Value | Action Property | Type | Action Default Value | Description |
|---|---|---|---|---|---|---|---|
| 1 | ID | String | Auto-generated | id | string | Auto-generated | The [id] property cannot be set by actions. |
| 2 | Label | String | Search Field | label | string | Search Field | Component label |
| 3 | Width | String | 222 | width | string | 222 | Component width |
| 4 | Height | String | 55 | height | string | 55 | Component height |
| 5 | X | String | x | string | X coordinate position | ||
| 6 | Y | String | y | string | Y coordinate position | ||
| 7 | Variant | Selection 1. Outlined 2. Filled 3. Standard | Outlined | variant | string | outlined | Component style |
| 8 | Color | String Color Picker | color | string | Component color | ||
| 9 | Background Color | String Color Picker | backgroundColor | string | Background color | ||
| 10 | Label Color | String Color Picker | labelColor | string | Label color | ||
| 11 | Input Color | String Color Picker | inputColor | string | Input text color | ||
| 12 | Disabled | Boolean | OFF | disabled | boolean | false | Disabled state |
| 13 | Read Only | Boolean | OFF | readOnly | boolean | false | Read-only state |
| 14 | Visibility | Boolean | ON | visibility | boolean | true | Component show/hide |
| 15 | Placeholder | String | placeholder | string | Placeholder text | ||
| 16 | Helper Text | String | helperText | string | Helper text | ||
| 17 | Click Event | Selection 1. None 2. Action | Action | Event on click | |||
| 18 | Value | String | value | string | Search field value | ||
| 19 | Error | error | boolean | Error state | |||
| 20 | Tab Focus | Selection 1.[UI ID] | tabFocus | string | Next focus component specification Added in "v3.3.0" |
Event
| Event name | Description |
|---|---|
| onclick | Occurs when clicking the search icon or pressing the Enter key. |