javascript - Add text input to Pikaday modal dialog -


i trying redesign pikaday, , replace year select text input. however, whenever adding input there - becomes disabled. if inspect element - not disabled, not z-indexed background , not opacity. not clicable. on hover, however, replace cursor text-edit cursor.

does know why happens, , whether available "fix" it?

thanks!

ok, after analyzing code better - saw modal dialog listening event on mouse down - "preventdefault"s whenever click not on expected target. the guilty method.

so, in case, applying class 'pika-select' make form element interacted expected.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -