Skip to content

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

NoItemInput ValueDefault ValueAction PropertyTypeAction Default ValueDescription
1IDStringAuto-generatedidstringAuto-generatedThe [id] property cannot be set by actions.
2LabelStringSearch FieldlabelstringSearch FieldComponent label
3WidthString222widthstring222Component width
4HeightString55heightstring55Component height
5XStringxstringX coordinate position
6YStringystringY coordinate position
7VariantSelection
1. Outlined
2. Filled
3. Standard
OutlinedvariantstringoutlinedComponent style
8ColorString
Color Picker
colorstringComponent color
9Background ColorString
Color Picker
backgroundColorstringBackground color
10Label ColorString
Color Picker
labelColorstringLabel color
11Input ColorString
Color Picker
inputColorstringInput text color
12DisabledBooleanOFFdisabledbooleanfalseDisabled state
13Read OnlyBooleanOFFreadOnlybooleanfalseRead-only state
14VisibilityBooleanONvisibilitybooleantrueComponent show/hide
15PlaceholderStringplaceholderstringPlaceholder text
16Helper TextStringhelperTextstringHelper text
17Click EventSelection
1. None
2. Action
ActionEvent on click
18ValueStringvaluestringSearch field value
19ErrorerrorbooleanError state
20Tab FocusSelection
1.[UI ID]
tabFocusstringNext focus component specification
Added in "v3.3.0"

Event

Event nameDescription
onclickOccurs when clicking the search icon or pressing the Enter key.