nexxtway / react-rainbow

🌈 React Rainbow Components. Build your web application in a snap.

Home Page:https://react-rainbow.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feat: use dropdowns for selecting month, instead of next and previous

nyolamike opened this issue · comments

Use a dropdown to select months.

Our Q.A team requested that our app users, want to use a dropdown when selecting months.
Its faster and easier compared to clicking next/previous buttons while navigating

Expected Behavior 🤔

When one passes a flag e.g useSelectMonthDropdown in the date picker.

We render a dropdown of the twelve months instead of using the previous and next options.

Context 🔦

Our uses use the date picker alot, but navigating by clicking next takes along time to get to the month one desires

Describe the solution you'd like

We add a property to the datepicker that is passed to the calender to render a dropdown of months

Describe alternatives you've considered

I was considering installing a datepicker that has this capability but then styling it to look the same is actually much harder, than implementing the dropdown