You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're not able to bind click or dblclick events to inline date picker component in our application. It seems that this component stops click event propagation:
Well, I think I managed to fix that issue with stopPropagation for datepicker, but, looks like that's impossible for daterangepicker because we expect daterangepicker not to close after first click. If you need that for daterangepicker too, please, let me know, it will require more work
cc @livthomas
We're not able to bind
click
ordblclick
events to inline date picker component in our application. It seems that this component stopsclick
event propagation:https://github.com/valor-software/ngx-bootstrap/blob/development/src/datepicker/themes/bs/bs-datepicker-inline-container.component.ts#L17
Bug description or feature request:
Bug description
Plunker/StackBlitz that reproduces the issue:
StackBlitz: https://stackblitz.com/edit/ngx-bootstrap-click
You can see that only
mousedown
event is emitted and bothclick
anddblclick
are ignored.Versions of ngx-bootstrap, Angular, and Bootstrap:
ngx-bootstrap: 5.2.0
Angular: 8.2.7
Bootstrap: ?
Build system: Angular CLI, System.js, webpack, starter seed:
Angular CLI
The text was updated successfully, but these errors were encountered: