I enabled tabbing to the textarea directly by setting the tabindex.
Also when tabbing out I want to select the next element and tabbing did nothing.
I saw that tabbing might be a feature for in the future, so I added enableTabThrough with default on false.
I enabled tabbing to the textarea directly by setting the tabindex.
Also when tabbing out I want to select the next element and tabbing did nothing. I saw that tabbing might be a feature for in the future, so I added
enableTabThrough
with default on false.