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

Iphone : Go button does not close the keyboard with Data filter #3303

Closed
lijumathews opened this issue Dec 19, 2011 · 6 comments
Closed

Iphone : Go button does not close the keyboard with Data filter #3303

lijumathews opened this issue Dec 19, 2011 · 6 comments

Comments

@lijumathews
Copy link

I have a data filter set on a UL list. On an I phone the keyboard popups when I focus on the filter input and the filter does work as expected when I type letters. The Issue here is that as the form does not have a submit or an action set to the form, the keyboard "GO" button does not close the keyboard. We need to either hit the done button or remove focus from the input element by clicking anywhere in the screen.
I need to be able to close the keyboard on clicking "GO" or remove the button if it does nothing.
Thanks,
Liju

@rbdcti
Copy link
Contributor

rbdcti commented Mar 22, 2012

+1 ...noticed this issue too

@jaspermdegroot
Copy link
Contributor

@toddparker - What do you think about setting focus on the first list item on GO/enter or down arrow?

@toddparker
Copy link
Contributor

That seems like a good idea to me. +1

@toddparker
Copy link
Contributor

The best approach may be to tap into the native form submit so this will work as expected across all platforms. When the firms submits, we cancel that, blur the input and focus on the first list item that's visible. Mapping the Esc or down key is a nice secondary accelerator.

@ghost ghost assigned jaspermdegroot May 26, 2012
@ghost ghost assigned jasondscott Jun 8, 2012
@toddparker
Copy link
Contributor

@jasondscott - maybe you can look at making this tweak?

@ghost ghost assigned gseguin Jul 19, 2012
@gseguin
Copy link
Contributor

gseguin commented Nov 15, 2012

Do we even need to focus the first list item? What would be the purpose?

gseguin added a commit that referenced this issue Nov 15, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants