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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -