say a string attribute of 3 characters after the user enter the 3 characters should navigate to the next attribute on the form automatically? Is there a way to do this? thanks
asked
amrut kondal
1 answers
0
If you mean that you want to focus the next widget after 3 entered characters you need a custom widget. Connect an onkeyup event to the edit, count the characters and use next().focus() to focus the next widget.