From c39d599798427235211c97a2d7c4c86f113c5a05 Mon Sep 17 00:00:00 2001 From: Joro Stoyanov Date: Tue, 7 Mar 2023 11:58:36 +0200 Subject: [PATCH] Update range mode onSelect docs --- website/docs/basics/selecting-days.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/basics/selecting-days.md b/website/docs/basics/selecting-days.md index 7084a0764b..d3f0a15729 100644 --- a/website/docs/basics/selecting-days.md +++ b/website/docs/basics/selecting-days.md @@ -42,7 +42,7 @@ multiple-min-max ## Selecting a Range of days -Use `mode="range"` and `onSelectRange` to allow the selection of multiple days. +Use `mode="range"` and `onSelect` to allow the selection of multiple days. ```include-example range