From dc02a56d7ebb6286bdea29d08416b6469d4c1a02 Mon Sep 17 00:00:00 2001 From: Pratik Agrawal Date: Mon, 11 Nov 2024 10:45:10 +0530 Subject: [PATCH] Update date-range-picker.md --- docs/docs/widgets/date-range-picker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/widgets/date-range-picker.md b/docs/docs/widgets/date-range-picker.md index ccc647b164..9f30919060 100644 --- a/docs/docs/widgets/date-range-picker.md +++ b/docs/docs/widgets/date-range-picker.md @@ -45,8 +45,8 @@ There are currently no CSA (Component-Specific Actions) implemented to regulate |
Variables
|
Description
|
How To Access
| |:----------- |:----------- |:--------- | -| endDate | Holds the date selected as the end date in the component. | Accessible dynamically with JS (e.g., `{{components.daterangepicker1.endDate}})`). | -| startDate | Holds the date selected as the start date in the component. | Accessible dynamically with JS (e.g., `{{components.daterangepicker1.startDate}})`). | +| endDate | Holds the date selected as the end date in the component. | Accessible dynamically with JS (e.g., `{{components.daterangepicker1.endDate}}`). | +| startDate | Holds the date selected as the start date in the component. | Accessible dynamically with JS (e.g., `{{components.daterangepicker1.startDate}}`). |