Auto tab to next text box

Certified Senior Developer

Hi,

Can we acheive auto tab fucntionality in appian?

Once user enter 5 characters in current text box, automatically cursor should move to next text box in grid

Please suggest

Thanks,

  Discussion posts and replies are publicly visible

Parents Reply
  • I 100% agree with Mike. And there are multiple ways of adding this validation. You can use the new character limit param. Or you can use the validation parameter. To make the experience smoother, you can use the refreshOn as "KEY_PRESS" so that the error messages are displayed in real-time. 

    One more classic way is to just not save any characters after the first 5. For this, you will have to use the left() function in your saveInto. 

Children