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 has been archived by the owner on Oct 8, 2021. It is now read-only.
When I do a filter on any type of filter and hit return the page reloads. The only exception is SELECT filtering as hitting ENTER does not navigate away and has the desired experience.
Based on the conversations that we had in IRC today. I found that the new recommended way to do filterable doesn't have the problem of hitting "enter" causing a refresh. Take this code for example:
When I do a filter on any type of filter and hit return the page reloads. The only exception is SELECT filtering as hitting ENTER does not navigate away and has the desired experience.
Reduced Test Case - jQuery Mobile git - In jsFiddle instead of reloading the page it loads a blank page.
Steps to reproduce: Type in "CSS" and hit ENTER
Expected Results: Filter will show just "CSS" and the page will not navigate somewhere else.
Actual Results Upon hitting ENTER the page navigates away.
Platform Chrome 28 Windows 8
Frameworks jQuery 2.0.3, jQuery Mobile 1.4.0 alpha 1 and GIT
Relevant info Can reproduce these on the demo Filter page in the 1.4.0 alpha 1 zip
The text was updated successfully, but these errors were encountered: