Replies: 7 comments 13 replies
[Feature Request]Let's try to add new prop Ex: To select range of months or years // Range of months
<Datepicker
mode="month" // month | year | null
/>// Range of years
<Datepicker
mode="year" // month | year | null
/>To select single month or year // Select month
<Datepicker
asSingle
mode="month" // month | year | null
/>// Select year
<Datepicker
asSingle
mode="year" // month | year | null
/>Issue Reference: #3 |
[Feature Request]Optionally change all inner component's class names Ex. <Datepicker
overrideClasses={
input: 'new-input-classnames',
container: 'new-container-classnames',
calendar: 'new-calendar-classnames',
days: 'new-days-classnames',
months: 'new-months-classnames',
years: 'new-years-classnames'
}
/> |
[Feature Request]It would be nice to have a readonly prop so the only way to select dates is by clicking the dates, not entering it manually as text |
[Feature Request]It would be nice to have a formatDisplay prop so the input can be formatted differently This is addressed in PR #19 |
[Feature Request]Option to change the first weekday to Monday instead of Sunday. |
[Feature Request] Inline optionCross-posting from #100. The Posting (again) relevant examples from react-datepicker: |
[Feature Request] Disable hide calendar on changeI am unable to find a property which stops the popup calendar from closing on changing the date using the shortcuts. For example adding an option for "disableClose" would keep the calendar open until dismissed by clicking away or confirm. Thanks, |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Welcome!
This board will be dedicated for feature requests and suggestions.
If a necessary feature is not yet supported by this package, comment your request in this board.
But, of course, Pull Requests are always welcome.
We want to make this project more helpful. If you see bugs and issues, create a new Issue.
Features and Customizations
All reactions