ionic-selectable
ionic-selectable copied to clipboard
Android/iOS device keyboard go to next/previous form-input
Hi there, I have a form with text inputs, check boxes and ionic-selectable. when the user start typing in an input he can move to the next input from the devise next/prev buttons. but the next/prev button skips the ionic-selectable. how can I make it work so it will focus on the ionic-selectable ?
Hey, is there an update on this Issue? Or did you find a way to achieve this? I am also trying to set the focus via code to the ionic selectable after a "normal" ionic input, but the code skips the ionic selectable. Is there a native inner item we have to focus? Like targeting the normal input instead ionic input for setting the focus?