codeforamerica / civic-issue-finder

UNMAINTAINED. An embeddable widget to find issues on the Code for America API
http://www.codeforamerica.org/geeks/civicissues
33 stars 15 forks source link

Adding labels to embed form broken on mobile #7

Closed ondrae closed 10 years ago

ondrae commented 10 years ago

While trying to type in the labels form on mobile, the iframe reloads after every letter. It's unusable.

In main.js there is an event listener on key up. Perhaps change it to when the enter button is pressed or that field loses focus.