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.
2Label LStringSearch FieldlabelstringSearch FieldComponent label
3WidthString222widthstring222Component width
4HeightString55heightstring55Component height
5XStringxstringX coordinate position
6YStringystringY coordinate position
7LockBooleanOFFlockbooleanfalseWhen ON, the component stays fixed even when the screen is scrolled.
When OFF, the component moves along with the screen scroll.
Added in v4.1.0.
8VariantSelection
1. Outlined
2. Filled
3. Standard
OutlinedvariantstringoutlinedComponent style
9Legacy DesignBooleanOFFThis is only effective when the Variant is set to Standard.
When ON, the component is displayed with the legacy design.
When OFF, the component is displayed with the new design.
Added in v4.1.0
10ColorString
Color Picker
colorstringComponent color
11Background ColorString
Color Picker
backgroundColorstringBackground color
12Label ColorString
Color Picker
labelColorstringLabel color
13Input ColorString
Color Picker
inputColorstringInput text color
14DisabledBooleanOFFdisabledbooleanfalseDisabled state
15Read OnlyBooleanOFFreadOnlybooleanfalseRead-only state
16VisibilityBooleanONvisibilitybooleantrueComponent show/hide
17PlaceholderStringplaceholderstringPlaceholder text
18Helper TextStringhelperTextstringHelper text
19Click EventSelection
1. None
2. Action
3. Detached Action
ActionEvent on click
Detached Action became selectable in v4.1.0.
20ValueStringvaluestringSearch field value
21ErrorerrorbooleanfalseError state
22Detached ActionSelection
1. [Detached Action ID]
detachedActionstringSet a detached action
Added in v4.1.0.
23Tab FocusSelection
1.[Component ID]
tabFocusstringNext focus component specification
Added in v3.3.0

Event

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