Supports speech recognition search on Chrome.

Hierarchy

  • FormFieldInterface<this> & LitElement<this> & SizeInterface<this> & ContourableInterface<this> & InteractiveInterface<this>
    • ZetaSearch

Other

  • Returns ZetaSearch

_round: boolean | "full" = false
checked?: boolean
disabled: boolean
hasIcon: boolean = false

Show microphone icon.

indeterminate: boolean
input: HTMLInputElement
internals: ElementInternals
name: string
required: boolean
rounded: boolean
size: "small" | "medium" | "large"
type: InputType = "search"
value: string
shadowRootOptions: ShadowRootInit = ...
styles: CSSResultGroup[] = ...
  • Parameters

    • _event: Event

    Returns void

rendering

  • Invoked on each update to perform rendering tasks. This method may return any value renderable by lit-html's ChildPart - typically a TemplateResult. Setting properties inside this method will not trigger the element to update.

    Returns TemplateResult<1>