I would appreciate some suggestions or workarounds. I am experiencing an issue with the user experience of the ngx-bootstrap inline datepicker.
When a user selects a date range on the same day, they may only click once. However, the problem arises because bsValueChange only emits when clicked twice. Therefore, when the user clicks the apply button in the screenshot, it applies the previous value. What I aim to achieve is to disable the apply button if the user does not click twice, but unfortunately v5.3.0 does not have an event emitter for that particular situation.
Thank you