-
Notifications
You must be signed in to change notification settings - Fork 161
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
More features in date picker #4647
Comments
Hi @Eralmidia as we were using a dialog to display the picker before, the buttons came from it and we saw it as sort of a modal experience that required confirming/canceling and other actions but once we moved away from that we thought the buttons may not be necessary anymore but you have a very good point about the today/now button. And our approach for that will be template-able of course as it is for the dialog. Since drop downs close upon selection by default we will keep that behavior as default but will provide a mechanism to cancel the closing event of the overlay that contains the picker. |
Hi @StefanIvanov Templateable buttons and the ability to cancel close sounds great. We have tried half a dozen pickers over the years. Seems like we finally will get one which has all the features we need 👍 |
I have updated the spec to be inclusive of the requests mentioned above. I have also made consistent updates to the time picker spec. @kdinev @bkulov @SlavUI the spec updates are pending your approvals |
@SAndreeva Hi Stefana. Do you have an ETA for the release of this one? 😃 |
Hi, I suppose it will make it in 7.3.4 |
Thanks |
* feat(pickers): custom buttons functionality #4647 * chore(*): fix lint errors #4647 * chore(*): remove trailing white space #4647 * feat(pickers): add custom styling ability #4647 * feat(pickers): remove css and unify retemplating approach #4647 * chore(*): update README.md and CHANGELOG.md #4647 * chore(*): address some review comments #4647 * chore(*): more code improvements #4647 * fix(time-picker): Fixed failing test #4942 * chore(*): update code snippet in README.md #4647 * fix(*): build error #4647
* feat(pickers): custom buttons functionality #4647 * chore(*): fix lint errors #4647 * chore(*): remove trailing white space #4647 * feat(pickers): add custom styling ability #4647 * feat(pickers): remove css and unify retemplating approach #4647 * chore(*): update README.md and CHANGELOG.md #4647 * chore(*): address some review comments #4647 # Conflicts: # CHANGELOG.md * chore(*): more code improvements #4647 * fix(time-picker): Fixed failing test #4942 * chore(*): update code snippet in README.md #4647
Is your feature request related to a problem? Please describe.
We are currently trying to implement the date/time pickers, and due to how older components work, we are forced to use the dropdown mode to keep the user experience the same. However, there are a couple of features we need in order to use this.
Describe the solution you'd like
Of cource, if 2 were implemented, then 1 isn't really an issue, as long as there are methods to select today.
The text was updated successfully, but these errors were encountered: