ios - Force Hide keyboard in iPad Safari -


i have form in order;

  1. textbox

  2. dropdown

now when user moves focus textbox dropdown, keyboard still remains , kind of hides dropdown options...

how make keyboard hide (onblur of textbox)

i have tried window.blur , not work.

please me. thank you.

you can try focus() on non-text element.

or

$("#yourtextfield").blur(); //jquery 

Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -