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