Feature request: Focus by name
Opened this issue · 0 comments
tolemac commented
Would be nice could set a name to elements in order to set focus programmatically:
focusManager.focus("elementName");
If the element is a group the focus will go to the first element in group.