Why can't I type into datepicker textbox?
问题 I tweaked little bit how datetime picker works. It is triggered on change of select. But now I cannot type into the text box. I use the text box not only for date time but to let user input other type of information in my application. How can I make user to type into this text box? So all other settings stay as it is. Datepicker is triggered only on select change. Not on clicking the textbox itself. jsfiddle sample html code <input id="datetime" type="text" name="datetime" value="" > <select