I try to use the DateRangePicker in a Bootstrap dropdown.
Would it be possible to have something like a @onclick:stopPropagation="true" when there is an action (select a range of dates, apply, ...) in order to prevent the dropdown from being hidden until I decide it (click on another button)?
I try to use the DateRangePicker in a Bootstrap dropdown.
Would it be possible to have something like a
@onclick:stopPropagation="true"when there is an action (select a range of dates, apply, ...) in order to prevent the dropdown from being hidden until I decide it (click on another button)?