New to KendoReactLearn about KendoReact Free.

Placeholders

The DatePicker enables you to render a text hint for its input field and to provide descriptions for the format sections.

Text Hints

When the value of the DatePicker is null, or there is no partial selection, you can specify a text hint for the input field by setting the placeholder option of the component.

Change Theme
Theme
Loading ...

Format Sections Description

For its input field, the DatePicker enables you to provide descriptions for the format sections.

The formatPlaceholder option enables you to set the way the format sections of the input field are rendered. For example, whether the month input is prompted as month or MM.

The formatPlaceholder provides the following available options which you can set:

  • 'wide'—Displays the full description of the format section. For example, turns MM into month. Retrieved from CLDR.
  • 'narrow'—Displays the narrow description of the format section. For example, turns MM into mo.. Retrieved from CLDR.
  • 'short'—Displays the short description of the format section. For example, turns MM into mo.. Retrieved from CLDR.
  • 'formatPattern'—Directly displays the format section. For example, turns MM into MM.
  • CustomFormatPlaceholder—An object that defines the description of the format sections. For example, { day: 'd.', month: 'M.', year: 'y', hour: 'h.' }.
Change Theme
Theme
Loading ...
In this article
Text HintsFormat Sections DescriptionSuggested Links
Not finding the help you need?
Contact Support