From 45d7788ed0dfd0708606d1ccb2eb101ba0c56050 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Sat, 14 Mar 2026 11:10:51 +0100 Subject: [PATCH] Use correct label for clear button --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 05fde7b81..6918d8bc8 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1923,7 +1923,7 @@ export class DatePicker extends Component { endDate, clearButtonTitle, clearButtonClassName = "", - ariaLabelClose = "Close", + ariaLabelClose = "Clear", selectedDates, readOnly, } = this.props;