gijgo icon indicating copy to clipboard operation
gijgo copied to clipboard

Need showOnClick() instead showOnFoucs() for Timepicker

Open santhanakrishnanstark opened this issue 5 years ago • 0 comments

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 )

image

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

santhanakrishnanstark avatar May 15 '20 05:05 santhanakrishnanstark