eds-input-search

Properties

PropertyAttributeDescriptionTypeDefault
decoratedecoratestringundefined
disableddisabledbooleanfalse
inputIdinput-idstring'search-main'
labellabelstring'Search'
name (required)namestringundefined
placeholderplaceholderstring'Search...'
requiredrequiredbooleanfalse
valuevaluestring''

Events

EventDescriptionType
searchCustomEvent<{ 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