-
Notifications
You must be signed in to change notification settings - Fork 64
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
Calendar Widget #1
Comments
Adding some specs based on issue #37: Features:
Possible features:
|
Will this widget just be the calendar or also the datepicker form element? |
I suppose that's what I'm wondering with the 'Possible Features' bullets. If we go that way, I'm wondering how many options we should provide. E.g., should it always be a in dialog, or should there be an option to always have it open? Should we allow people to have only a text input that opens the calendar on focus, or only a button without a text input? A text input would also need to handle different date formats, and probably could use an input mask. |
Yep - all of that 😉 |
For what it's worth, React's calendar widget (https://jquense.github.io/react-widgets/docs/#/calendar) seems to not include the text input or dialog. I think I agree that |
Dojo 1 used |
fwiw, while the implementations are dated, Dijit's approach for how to think about the abstractions of these problems is pretty good... for example, a dropdown is reused across things ranging from combo box to the dropdown to show a calendar, or a popup is used for showing the calendar floating, etc. The point is there are a few common UI interactions that were originally done multiple ways which later were refactored into mixins so they'd have the same codepath. |
@smhigley commented on Thu Jan 19 2017
Enhancement
Add an accessible calendar widget based on this mock: http://codepen.io/smhigley/pen/wodZbj
Related to #85.
The text was updated successfully, but these errors were encountered: