You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior:
I use jodit with tabIndex: 0 option and it get focused when i TAB from the previous element, after i hit TAB again focus should go to the next input Actual behavior:
When jodit is focused and i hit TAB to go to the next element, the "a" element inside jodit_editor_resize element is focused
Jodit Version: 3.2.44
Code
tabIndex: 0
Expected behavior:
I use jodit with tabIndex: 0 option and it get focused when i TAB from the previous element, after i hit TAB again focus should go to the next input
Actual behavior:
When jodit is focused and i hit TAB to go to the next element, the "a" element inside jodit_editor_resize element is focused
is there any way to set tabIndex -1 to that element?
Thanks
The text was updated successfully, but these errors were encountered: