ericjgagnon / wickedpicker

A simple jQuery timepicker
http://ericjgagnon.github.io/wickedpicker/
MIT License
93 stars 78 forks source link

Time change doesn't work with arrow key in modal #75

Open gdfox opened 5 years ago

gdfox commented 5 years ago

I have to wickedpicker object on a modal form.

I have added this to my CSS file:

.hasWickedpicker{ z-index: 100000 !important; }

This works, but cannot change with the arrow keys.

When I hit the right arrow it changes erratically and throw this error:

wickedpicker.min.js:1 Uncaught TypeError: Cannot read property 'focus' of undefined at Wickedpicker...

Any help would be great. Thanks...