From 42ac20c70ea8f7be9742262df05903bd5b2d65f5 Mon Sep 17 00:00:00 2001 From: Aymeric Wibo Date: Mon, 10 Mar 2025 18:28:18 +0800 Subject: [PATCH] fix(docs): typo in `selectorIcon` for date and date range pickers --- apps/docs/content/docs/components/date-picker.mdx | 2 +- apps/docs/content/docs/components/date-range-picker.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/docs/content/docs/components/date-picker.mdx b/apps/docs/content/docs/components/date-picker.mdx index 7131ccf3d9..a5a3ee97f4 100644 --- a/apps/docs/content/docs/components/date-picker.mdx +++ b/apps/docs/content/docs/components/date-picker.mdx @@ -93,7 +93,7 @@ You can show month and year pickers in the calendar popover by setting the `show ### Selector Icon -You can use the `selector` to add content to the start and end of the date-picker. +You can use the `selectorIcon` to add content to the start and end of the date-picker. diff --git a/apps/docs/content/docs/components/date-range-picker.mdx b/apps/docs/content/docs/components/date-range-picker.mdx index 8aa0da9f4a..900c203aac 100644 --- a/apps/docs/content/docs/components/date-range-picker.mdx +++ b/apps/docs/content/docs/components/date-range-picker.mdx @@ -116,7 +116,7 @@ DateRangePicker automatically includes time fields when a `CalendarDateTime` or ### Selector Icon -You can use the `selector` to add content to the start and end of the date-range-picker. +You can use the `selectorIcon` to add content to the start and end of the date-range-picker.