Skip to main content

buttons

Description

Optional. Shows/hides the Today and Clear buttons in the lower part of RangeCalendar

Usage

boolean | ("clear" | "today" | "done")[];

Usage

boolean or an array of buttons ["clear", "today", "done"]

Parameters

  • true - adds default buttons
  • false - hides buttons

If an array is specified, each value adds a button:

  • clear - adds the Clear button
  • today - adds the Today button
  • done - adds the Done button

Default

true; ["clear", "today"]

Example

<RangeCalendar buttons={false} />

Related article: Configuring buttons

Related sample: Range Calendar