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.
Tips
Properties
UI Dialog
Item | Input value | Option | Default value |
---|---|---|---|
ID | string | automatic | |
Label | string | Search Field | |
Width | string | 222 | |
Height | string | 55 | |
X | string | ||
Y | string | ||
Variant | option | OUTLINED | |
Color | string color picker | ||
Background Color | string color picker | ||
Label Color | string color picker | ||
Input Color | string color picker | ||
Disabled | boolean | off | |
Read Only | boolean | off | |
Visibility | boolean | off | |
Placeholder | string | ||
Helper text | string | ||
Click Event | option | ACTION | |
value | string |
Action
Item | Properties | Data Type | Options | Default value |
---|---|---|---|---|
ID | id | string | automatic | |
Label | label | string | Search Field | |
Width | width | string | 222 | |
Height | height | string | 55 | |
X | x | string | ||
Y | y | string | ||
Variant | variant | string | outlined | |
Color | color | string | ||
Background Color | backgroundColor | string | ||
Label Color | labelColor | string | ||
Input Color | inputColor | string | ||
Disabled | disabled | boolean | false | |
Read Only | readOnly | boolean | false | |
Visibility | visibility | boolean | true | |
Placeholder | placeholder | string | ||
Helper text | helperText | string | ||
value | value | string | ||
Error | error | boolean |
Tips
Event
Event name | Description |
---|---|
onclick | Occurs when clicking the search icon or pressing the Enter key. |