Hierarchy

  • TranslationsDateTimeRangeHint

Properties

Properties

inRange: string

Hint text used by the implicit datetime range validator associated to the InputDateTime, InputDate, and InputTime components. 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 implicit datetime range validator associated to the InputDateTime, InputDate, and InputTime components. 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 implicit datetime range validator associated to the InputDateTime, InputDate, and InputTime components. 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