We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb69da7 commit f02fb69Copy full SHA for f02fb69
src/DatePicker/__stories__/DatePicker.stories.js
@@ -234,8 +234,12 @@ weekdayStartEx.storyName = 'Weekday Start (Monday Start)';
234
* - And localized non-empty string value for `todayAction.label`
235
*
236
* will show a footer action in the DatePicker popover.
237
- *
238
* Clicking this button selects today's date and closes the popover.
+ *
239
+ * This button will not be shown if
240
241
+ * - `enableRangeSelection` is true
242
+ * - OR if today's date is disabled
243
* */
244
245
export const localizedTodayFooterButton = () => (
0 commit comments