You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
See http://demos.jquerymobile.com/1.4.2/selectmenu-custom-filter/
form.submit( function () { return false; } ); // fix for ENTER key press
must be added after form creation.
Also there should be else branch added to if clause:
if ( !form ) { ... }
else { input = form.find( "input" ); }
The text was updated successfully, but these errors were encountered: