Hierarchy

  • TranslationsNumberRangeHint

Properties

Properties

exact: string

Hint text used by the number range validator associated to the inputNumber component. hint.exact is shown when both min and max are set and are equal to each other. This hint is used to tell the user to enter that particular number.

Deprecated

Since 18.0.0. Please use help-hints instead.

inRange: string

Hint text used by the number range validator associated to the inputNumber component. hint.inRange is shown when both min and max are set, and is used to tell the user the allowed number range.

Deprecated

Since 18.0.0. Please use help-hints instead.

max: string

Hint text used by the number range validator associated to the inputNumber component. hint.max is shown when max is set and min is not set, and is used to tell the user the allowed maximum.

Deprecated

Since 18.0.0. Please use help-hints instead.

min: string

Hint text used by the number range validator associated to the inputNumber component. hint.min is shown when min is set and max is not set, and is used to tell the user the allowed minimum.

Deprecated

Since 18.0.0. Please use help-hints instead.

Generated using TypeDoc