Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

"Filterable inside custom select" demo fails on pressing ENTER in search field. #7405

Closed
@slavap

Description

@slavap

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" ); }

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions