CivicTechAtlanta / early-voting

Early voting information for Georgia
http://earlyvoting.codeforatlanta.org
BSD 3-Clause "New" or "Revised" License
4 stars 6 forks source link

On iOS, keyboard keeps popping up after using find-as-you-type #27

Closed luigi closed 7 years ago

luigi commented 7 years ago

To reproduce on an iOS device on Chrome or Safari:

  1. Use the county search to type a county name
  2. Tap on any county that pops up
  3. On the subsequent screen load, tapping on any part of the screen causes the soft keyboard to pop back up, even if it's dismissed
luigi commented 7 years ago

I think blur needs to be called on the input element before the next screen is loaded.

http://stackoverflow.com/a/10940661