jonthornton / jquery-timepicker

A javascript timepicker plugin for jQuery inspired by Google Calendar.
https://www.jonthornton.com/jquery-timepicker
MIT License
1.88k stars 643 forks source link

this.targetEl.nodeName === "INPUT" is not working #775

Closed eunyeong-j closed 1 year ago

eunyeong-j commented 2 years ago

If this.targetEl.nodeName is lowercase 'input', the value is not set in input tag.

jonthornton commented 2 years ago

Thanks for reporting an issue. Which browsers have this.targetEl.nodeName in lowercase?

jonthornton commented 1 year ago

Closing due to inactivity