Week/Month/Quarter/Year pickers #1054
Replies: 8 comments 17 replies
-
Well, I guess we can also add MonthPicker, YearPicker and QuarterPicker components as well including range variants. Just curious for what are you using week select? |
Beta Was this translation helpful? Give feedback.
-
For a timetable app |
Beta Was this translation helpful? Give feedback.
-
@rtivital could you please add the |
Beta Was this translation helpful? Give feedback.
-
Help is not wanted, it's a large feature, I'll work on it on my own when I have time for this |
Beta Was this translation helpful? Give feedback.
-
Ohhh okay |
Beta Was this translation helpful? Give feedback.
-
A more generic implementation of this could be to allow for "Defined Ranges" that the implementer defines. The interface could look something along the lines of: interface DefinedDateRange {
label: string;
dateRange: {
startDate?: Date,
endDate?: Date,
}
} and the This would be incredibly useful for me (if you need any additional signal on the value of this feature). |
Beta Was this translation helpful? Give feedback.
-
Hi, I am looking to override the existing DateRange picker as a variation which allows you to one click select last 7 days, last month, last quarter etc. Assume for the generation of reports or data for a particular period. Haven't been very successful though. Very similar to the hyperserver version linked in jerebtw comments. hypeserver.github.io/react-date-range. Has anybody been successful in implementing something like this with Mantine. |
Beta Was this translation helpful? Give feedback.
-
Hi! I'm using Mantine for the first time this month and I'm really enjoying it, congrats on developing this framework. But I'm here for this discussion, @rtivital you said earlier that you would make this yourself, but its been a long time already, do you still have any plans on doing it? And if not, am I able to do it for you? Currently this component is one of my necessities on the projects I'm working with. |
Beta Was this translation helpful? Give feedback.
-
Usage example, including component/hook API
Add a week/month/quarter/year select
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/week
Possible implementation – describe how the feature can be implemented
No response
Do you want to contribute this feature and create a pull request
No response
Beta Was this translation helpful? Give feedback.
All reactions