aws-amplify / amplify-ui

Amplify UI is a collection of accessible, themeable, performant React (and more!) components that can connect directly to the cloud.
https://ui.docs.amplify.aws
Apache License 2.0
805 stars 271 forks source link

FR (Primitives): Add DatePicker component #1542

Open saostad opened 2 years ago

saostad commented 2 years ago

On which framework/platform would you like to see this feature implemented?

React

Which UI component is this feature-request for?

Other

Please describe your feature-request in detail.

What's the plan to have a DatePicker component?

Please describe a solution you'd like.

No response

We love contributors! Is this something you'd be interested in working on?

reesscot commented 2 years ago

Thank you for your feature request. We do have this on our roadmap, but it's great to know there's specific interest in a DatePicker component.

dbanksdesign commented 2 years ago

Just circling back on this, we don't have a custom date picker, but the TextField component accepts an input type which can be set to date giving you the browser's default date picker.

rchowe commented 2 years ago

Until there is an official solution, I wrote a React component to use as a date picker in my Amplify project. Check out this gist.