Framework which I use (Angular 7) and ngx-bootstrap ^4.0.0
I want to make inline daterangepicker.
Package ngx-bootstrap
have inline datepicker (bs-datepicker-inline
) and directive (bsDaterangepicker
) for classic dialog daterangepicker.
I try use attribute container
for create daterangepicker in element wth relative position, but after select date is component closed. When i use hide event call method show, it's working but with 'blink'.
Do you have any experience with it?
I think what you're looking for is something that they actually have it in their documentation here.
You can check this Sample StackBlitz out for the implementation.