File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -203,11 +203,11 @@ export interface PropsBase {
203203 /**
204204 * Show dropdowns to navigate between months or years.
205205 *
206- * - `true`: display the dropdowns for both month and year
207206 * - `label`: display the month and the year as a label. Change the label with
208207 * the `formatCaption` formatter.
209- * - `month`: display only the dropdown for the months
210- * - `year`: display only the dropdown for the years
208+ * - `dropdown`: display the dropdowns for both month and year
209+ * - `dropdown-months`: display only the dropdown for the months
210+ * - `dropdown-years`: display only the dropdown for the years
211211 *
212212 * **Note:** By default, showing the dropdown will set the {@link startMonth}
213213 * to 100 years ago and {@link endMonth} to the end of the current year. You
You can’t perform that action at this time.
0 commit comments