I'm creating a component to filter data in a table. The component is using dropdown. In dropdownMenu I can put various types of input e.g. checkboxes, text, datepicker.
Checkboxes and text work very well, but I've problem with datepicker. When I select a date, both datepicker and dropdown close, but I want to dropdown stay open.
It is possible to add [autoClose]="false" property, however I would like to keep the auto close behavior after outside click.

There is any solution to prevent dropdown close after date select?
StackBlitz: https://stackblitz.com/edit/angular-nusk6m
ngx-bootstrap: 5.1.2
Angular: 8.2.0
Bootstrap: 4.3.1
@dl7 You can set [autoClose]="false" to the dropdown, like in this example: https://valor-software.com/ngx-bootstrap/#/dropdowns#autoclose
@ludmilanesvitiy
However, as I mentioned, I would like to keep the auto close behavior after outside click. If I set [autoClose]="false", it won't work.
I have the same problem.
Any solution ?
Same problem.
Any solution ?