Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected adapter_

Accessors

Static cssClasses

  • get cssClasses(): object

Static defaultAdapter

Static numbers

  • get numbers(): object

Static strings

  • get strings(): object

Methods

destroy

  • destroy(): void
  • Returns void

getValue

  • getValue(): string

handleBlur

  • handleBlur(): void

handleChange

  • handleChange(didChange?: boolean): void
  • Handles value changes, via change event or programmatic updates.

    Parameters

    • Default value didChange: boolean = true

    Returns void

handleClick

  • handleClick(normalizedX: number): void

handleFocus

  • handleFocus(): void

handleKeydown

  • handleKeydown(event: KeyboardEvent): void

init

  • init(): void
  • Returns void

isValid

  • isValid(): boolean

layout

  • layout(): void

notchOutline

  • notchOutline(openNotch: boolean): void

setDisabled

  • setDisabled(isDisabled: boolean): void

setHelperTextContent

  • setHelperTextContent(content: string): void

setLeadingIconAriaLabel

  • setLeadingIconAriaLabel(label: string): void

setLeadingIconContent

  • setLeadingIconContent(content: string): void

setSelectedIndex

  • setSelectedIndex(index: number): void

setValid

  • setValid(isValid: boolean): void

setValue

  • setValue(value: string): void

Generated using TypeDoc