-
Notifications
You must be signed in to change notification settings - Fork 162
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
Date/time picker: action buttons customization #4942
Conversation
…/IgniteUI/igniteui-angular into SAndreeva/pickers-custom-buttons
…/IgniteUI/igniteui-angular into SAndreeva/pickers-custom-buttons
projects/igniteui-angular/src/lib/date-picker/date-picker.component.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/date-picker/date-picker.component.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/date-picker/date-picker.component.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/time-picker/time-picker.component.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/time-picker/time-picker.component.ts
Outdated
Show resolved
Hide resolved
* An event that is emitted when the `IgxDatePickerComponent` is being closed. | ||
*/ | ||
@Output() | ||
public onClosing = new EventEmitter<CancelableBrowserEventArgs>(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So onClosing
but no onOpening
? Not sure if there's need for that, other than canceling, but have to ask.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently we don't need onOpening
event because there's nothing to be customized by the user when the date picker is opening.
projects/igniteui-angular/src/lib/date-picker/date-picker.directives.ts
Outdated
Show resolved
Hide resolved
projects/igniteui-angular/src/lib/time-picker/time-picker.component.ts
Outdated
Show resolved
Hide resolved
…/IgniteUI/igniteui-angular into SAndreeva/pickers-custom-buttons
* 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
Closes #4647
Additional information (check all that apply):
Checklist:
feature/README.MD
updates for the feature docsREADME.MD
CHANGELOG.MD
updates for newly added functionalityng update
migrations for the breaking changes