-
Notifications
You must be signed in to change notification settings - Fork 908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New Primitive] DatePicker
#1503
Comments
@ranjithpmankada I'm guessing you meant "Date" picker right? I've updated the title, but let me know if you meant something else. |
If we are in fact talking about a date picker - I too would love to see a primitive for it! |
Seems to be a duplicate of #969 but I too would love to see a date picker and a date range picker primitive too. |
until then https://react-spectrum.adobe.com/react-aria/useDatePicker.html |
@rawnly I'd love to take a look at a Gist! |
@nathanielrindlaub here it is! https://gist.github.com/Rawnly/4ee653d5556ce354c491d20eb1c63027 |
This is looking nice! @rawnly , do you have an example (CodeSandbox) to see it in action? thanks. |
Hey, @emigdio821 unfortunately I'm not able to post any source code for this since it is for my company. |
I know this is probably not an active pursuit of the team at the moment, but I have a library called calendar blocks which is pretty in-line with the Radix unstyled & composable methodology. I'd be happy to have it 'adopted,' even just absorbed, into Radix if the team is interested. It mostly does keyboard interaction while staying out of the way in terms of structure and visual design. For example, you could render a single calendar grid, a dual-month view, or even a vertical infinite list of dates, all of which utilize the same underlying state values. |
Support for new date/time/datetime primitives |
Would love to see this, too |
Waiting for date and time picker primitive |
@udaya28 i used |
Any update? Its been almost a year since initial feature request was opened. Seems like datepicker is in high demand within community |
Shadcn has it, patiently waiting for this to come to our beloved Radix 😄 |
Hi, try this one assembled with shadcn https://shadcn-calendar-component.vercel.app ![]() |
Is there any update on this feature? I think that there are not a lot of interfaces that don't require date picking, so this is pretty essential. |
Bump, would be fantastic to have this directly in radix 🤝 |
Would love to see this too. React Aria is nice, but it has a lot of eccentricities and its special ways of doing things which creates friction when integrating it into a project that is not all-in on React Aria. For example, it returns its own special date type ( There's react-day-picker, but it doesn't support type-able date inputs. It's also tied to the The ecosystem really needs better solutions for special inputs like this (date, number, etc.). |
Would love to see this as well |
Sad to see the closed, but it's the right thing to do if the team is not planning it. However, it would be courteous of the devs to provide reasoning to the community. This might just be a bulk edit, and a comment follow up comment is coming 🙏 |
It's not planned at the moment, and that's why it's closed :) For the moment we have limited bandwidth. There are a few new components we're planning and will discuss when we're ready. Folks are free to weigh in on what they'd like to see in discussions, but issues are for issues and I'm trying to clean up our backlog to make it easier for triaging. |
Linking to the relevant parts of These are both seemingly built on top of React DayPicker (
Though if you want to use the latest version of |
Feature request
Overview
Examples in other libraries
Who does this impact? Who is this for?
Additional context
The text was updated successfully, but these errors were encountered: