Search code examples
angularinlinengx-bootstrapdaterangepicker

Custom date range inline picker


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?

Here is example.


Solution

  • 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.