Hi is there any way how to test if item is focused?
I want to have that when someone type text in form input and hit enter it set focus on next intput or another item.
thank you for answer
Hi is there any way how to test if item is focused?
I want to have that when someone type text in form input and hit enter it set focus on next intput or another item.
thank you for answer
hi
for now form does not provide such functionality. you can try to get document.activeElement and compare it with form.getInput() later we will add onFocus/onBlur events into form so you will able to track focus.