Hi,
I was looking at the Daterangepicker api documentation for react ej2.(http://ej2.syncfusion.com/15.4.17/documentation/daterangepicker/api.html?lang=typescript)
I was seeing if there was an event that gets raised with the user selects 1 date. Currently, the select event gets raised when the user selects 2 dates (both from and to). I just want to know when user selects 1 date, is it possible?
Thanks in advance!