eds-input-search
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
decorate | decorate | string | undefined | |
disabled | disabled | boolean | false | |
inputId | input-id | string | 'search-main' | |
label | label | string | 'Search' | |
name (required) | name | string | undefined | |
placeholder | placeholder | string | 'Search...' | |
required | required | boolean | false | |
value | value | string | '' |
Events
| Event | Description | Type |
|---|---|---|
search | CustomEvent<{ event: "input" | "change"; value: string; }> |
Methods
getInputElement() => Promise<HTMLInputElement>
Returns
Type: Promise<HTMLInputElement>
Dependencies
Used by
Depends on
Graph
graph TD; eds-input-search --> eds-icon-wrapper eds-input-field --> eds-input-search style eds-input-search fill:#f9f,stroke:#333,stroke-width:4px
Built with StencilJS