Date Picker: clicking on the current month opens a dropdown of months #3429
Labels
0 - new
New issues that need assignment.
Calcite (dev)
Issues logged by Calcite developers.
design
Issues that need design consultation prior to development.
enhancement
Issues tied to a new feature or request.
needs triage
Planning workflow - pending design/dev review.
Description
Currently the only way to change months is the forward/back buttons. Adding a month dropdown would make changing the month easier. Not completely related, but the native
input type="date"
has a dropdown where you can select month/year.https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date
Acceptance Criteria
Clicking on the current month opens a dropdown where you can select a different month.
Relevant Info
from holistic feedback
Which Component
calcite-date-picker
Example Use Case
If it is January and you want to select a day in December of the current year, currently you have to click through each month. In this case, you could click 'January' and a dropdown of months would open, and then you can select 'December'.
The text was updated successfully, but these errors were encountered: