wvega / timepicker

A jQuery plugin to enhance standard form input fields helping users to select (or type) times
http://timepicker.co
GNU General Public License v2.0
216 stars 92 forks source link

zindex value - suggestion #126

Open mastocco opened 4 years ago

mastocco commented 4 years ago

I notices that the timepicker input does not show the time after I have opened a layer with an absolute position. After I red the code I discovered that I should have initialized the zindex value, which has the standard value null. This is not explained in your official page and it seem, that the zindex value plays an important role if you are working with absolute layers. It would be very helpful if you could inform your users about this issue. Thank you.