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
I use Pell as part of a form. Using 'TAB' to navigate the form fields, I'm first taken through all the buttons I have initialized for my Pell's instance before arriving in the editor with the cursor.
title_input (press 'TAB' here)
description_input (I expect the cursor to be in the editor and not looping through the icons)
Quick fix: add tabIndex=-1 to the icon's button elements
Currently I have this workaround after Pell is initialized:
I use Pell as part of a form. Using 'TAB' to navigate the form fields, I'm first taken through all the buttons I have initialized for my Pell's instance before arriving in the editor with the cursor.
title_input (press 'TAB' here)
description_input (I expect the cursor to be in the editor and not looping through the icons)
Quick fix: add
tabIndex=-1
to the icon's button elementsCurrently I have this workaround after Pell is initialized:
but it would be cool to have this built-in.
The text was updated successfully, but these errors were encountered: