Hi,
When a user tabs out of the last formitem in a form I want the focus to go back to the first formitem in the form. What should I override to accomplish this?
I saw this method in the DynamicForm:
_focusInNextTabElement
which would be perfect to override, but it is obfuscated :-(. Is there another logical override point to accomplish this?
gr. Martin
When a user tabs out of the last formitem in a form I want the focus to go back to the first formitem in the form. What should I override to accomplish this?
I saw this method in the DynamicForm:
_focusInNextTabElement
which would be perfect to override, but it is obfuscated :-(. Is there another logical override point to accomplish this?
gr. Martin
Comment