Hierarchy

  • Translations

Properties

accessibleMaxLengthExceeded: string

Message to announce to AT via aria-live when the length.max is exceeded.

Deprecated

Since 18.0.0. This message text should be consistent across the application, and not configured per component instance.

accessibleMaxLengthRemaining: string

Message to announce to AT via aria-live for the remaining character count.

Deprecated

Since 18.0.0. This message text should be consistent across the application, and not configured per component instance.

ampmWheelLabel: string

Label for the AM/PM wheel for accessibility.

cancelText: string

The text to the cancel button.

currentTimeText: string

The text to display for the current time link.

Provides properties to customize the hint and message text used by the implicit datetime range validator associated to the InputDateTime, InputDate, and InputTime components.

hourWheelLabel: string

Label for the Hour wheel for accessibility.

minuteWheelLabel: string

Label for the Minute wheel for accessibility.

okText: string

The text to the OK button.

Provides properties to customize the message text used by the implicit regexp validator associated to the InputText and TextArea components.

Deprecated

Since 18.0.0. The implicit regexp validator is not supported by the component.

Provides properties to customize the summary, detail and hint text used by the implicit required validator associated to any editable component that supports the required option.

tooltipTime: string

Tooltip text for the time icon.

tooltipTimeDisabled: string

Tooltip text for the time icon when the component is disabled.

Generated using TypeDoc