@zebra-fed/zeta-web
    Preparing search index...

    Class ZetaSearch

    Supports speech recognition search on Chrome.

    focus - Fired when the search field is focused blur - Fired when the search field is blurred change - Fired when the search value changes and is committed submit - Fired when the enter is pressed within the search box input - Fired when the search value changes

    Hierarchy

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

    Other

    • Returns ZetaSearch

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

    Show microphone icon.

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

      • event: FocusEvent

      Returns void

    • Parameters

      • _event: Event

      Returns Event

    • Parameters

      • event: FocusEvent

      Returns void

    • 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>