Is there a way to prevent picker from closing the dropdown?
I'm using the picker in the dropdown with a couple of others input controls and I don't want to close the dropdown immediate after closing the date picker.
I've tried stopPropagation, stopImmediatePropagation, preventDefault on blur event but that is not helping at all.
Is there a way to prevent picker from closing the dropdown?
I'm using the picker in the dropdown with a couple of others input controls and I don't want to close the dropdown immediate after closing the date picker.
I've tried stopPropagation, stopImmediatePropagation, preventDefault on blur event but that is not helping at all.
Any solutions?