gijgo
gijgo copied to clipboard
Need showOnClick() instead showOnFoucs() for Timepicker
am having an issues like, if my input field is centered on screen where the timepicker modal is also open above that, it automatically select time hour and moved to minutes selector. I guess its because of the focus event trigger first so the timepicker modal is opened then click event is triggered then the modal above the input field executed so its click the modal hour time (where i placed the cursor inside the clock )

is there any solution for that, for now, am overriding to click to trigger the modal instead on showOnFocus.