Skip to content
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

feat(#163): support for action buttons #436

Open
wants to merge 3 commits into
base: release
Choose a base branch
from

Conversation

bbortt
Copy link
Collaborator

@bbortt bbortt commented Mar 15, 2023

as requested in issue #163. the datetime-picker does still close itself if you reach "the end of the selection". e.g. when selecting the minutes in the minutes-view. this is in contrary to the original material date picker, but in my personal opinion more useful. I think it should be possible to customize this behaviour too (via property).

screenshot.

to check this locally, run the following steps:

git fetch origin pull/ID436head:feat-163-support-for-actions-buttons
git checkout feat-163-support-for-actions-buttons
npm install && npm run build && npm run start:prod

closes #163.

as requested in issue #163. the datetime-picker does still close itself
if you reach "the end of the selection". e.g. when selecting the minutes
in the minutes-view. this is in contrary to the original material date
picker, but in my personal opinion more useful. I think it should be
possible to customize this behaviour too (via property).
add an action button sample to the application.
also document its usage in `README.md`.
@bbortt bbortt force-pushed the feature/#163-support-for-actions branch from 7dfb7ca to 0463774 Compare March 15, 2023 17:14
@bbortt bbortt mentioned this pull request Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for actions
1 participant