Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected adapter_

Accessors

shouldFloat

  • get shouldFloat(): boolean

shouldShake

  • get shouldShake(): boolean

Static cssClasses

  • get cssClasses(): object

Static defaultAdapter

Static numbers

  • get numbers(): object

Static strings

  • get strings(): object

Methods

activateFocus

  • activateFocus(): void

autoCompleteFocus

  • autoCompleteFocus(): void
  • Activates the Text Field's focus state in cases when the input value changes without user input (e.g. programmatically).

    Returns void

deactivateFocus

  • deactivateFocus(): void

destroy

  • destroy(): void

getValue

  • getValue(): string

handleInput

  • handleInput(): void

handleTextFieldInteraction

  • handleTextFieldInteraction(): void

handleValidationAttributeChange

  • handleValidationAttributeChange(attributesList: string[]): void

init

  • init(): void

isDisabled

  • isDisabled(): boolean

isValid

  • isValid(): boolean

notchOutline

  • notchOutline(openNotch: boolean): void

setDisabled

  • setDisabled(disabled: boolean): void

setHelperTextContent

  • setHelperTextContent(content: string): void

setLeadingIconAriaLabel

  • setLeadingIconAriaLabel(label: string): void

setLeadingIconContent

  • setLeadingIconContent(content: string): void

setTrailingIconAriaLabel

  • setTrailingIconAriaLabel(label: string): void

setTrailingIconContent

  • setTrailingIconContent(content: string): void

setTransformOrigin

  • setTransformOrigin(evt: TouchEvent | MouseEvent): void
  • Sets the line ripple's transform origin, so that the line ripple activate animation will animate out from the user's click location.

    Parameters

    • evt: TouchEvent | MouseEvent

    Returns void

setUseNativeValidation

  • setUseNativeValidation(useNativeValidation: boolean): void
  • Enables or disables the use of native validation. Use this for custom validation.

    Parameters

    • useNativeValidation: boolean

      Set this to false to ignore native input validation.

    Returns void

setValid

  • setValid(isValid: boolean): void

setValue

  • setValue(value: string): void

Generated using TypeDoc