In a screen (used to customise a search) I have two text-entry fields of a glide table and a button that depending on the content of these fields forms the particularised search.
In order to facilitate the data entry, how could it be possible that when typing a carry return/enter (cr) in the first field it goes directly to the second field (put the focus) and if you press a carry return/enter in this second field it goes directly to the button that triggers the search?
By default it is the ‘tab’ key that does this, but I would like the ‘cr/enter’ key to be able to do it as well.
I don’t think you’ll be able to achieve what you want. The tab key is a standard key in browsers and on computers to navigate across components on a page. If they use keyboard shortcuts, your users would likely also be familiar and comfortable with this standard.
1 Like
Thanks Nathan
1 Like