autotab
(directive in module tri
)
Allows the next element to be tabbed to when input is complete indicated by the use of the 'enter' key. The `autotab=expr' names a function that focuses on the next DOM element when the input is complete.
<input ... autotab=function-to-set-focus>