Can't get focused using keyboard tab key
Closed this issue · 4 comments
Deleted user commented
The editor is not focused when I used keyboard tab key to navigate through my form. I found that
tabindex is set to -1 in ng-wig/views/ng-wig.html tempate in ngWig\dist\ng-wig.js.
bampakoa commented
alainib commented
i have multiple ng-wig textarea and want to switch for one to the next with tab. how to do this please ?
stevermeister commented
@bampakoa probably we could create something with tabIndex, here?
(like https://codepen.io/tjacobdesign/pen/qpxyh)