From 5338e2142f596bb26b6c1a8f73523ea4245cdaee Mon Sep 17 00:00:00 2001 From: Lebaud Antoine Date: Wed, 12 Jul 2023 00:40:20 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D(react)=20update=20incoming=20`Date?= =?UTF-8?q?Picker`=20features?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Documentation was outdated, as the range date picker is now available. --- packages/react/src/components/Forms/DatePicker/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react/src/components/Forms/DatePicker/index.mdx b/packages/react/src/components/Forms/DatePicker/index.mdx index 3984d22..07aefc2 100644 --- a/packages/react/src/components/Forms/DatePicker/index.mdx +++ b/packages/react/src/components/Forms/DatePicker/index.mdx @@ -12,7 +12,7 @@ import { DateRangePicker } from "./index"; Cunningham provides a versatile DatePicker component to select or input a date in your form. It uses the headless UI components provided by [React-Spectrum](https://react-spectrum.adobe.com/react-aria/useDatePicker.html) from Adobe. -> For now it is only available for single date selection, a range date picker and time features will be available soon. +> Time features will be available soon. ## Basic