filament/forms
v3
v11
v3
PHP 8.2
For accessibility (a11y), e.g. for people who can't or don't want to use a mouse, the next form element must be accessible using the "TAB" key on the keyboard.
Currently the Markdown Editor, e.g. (MarkdownEditor::make('content'))
, hijacks the TAB key to format the content within the text area.
This makes the next form element inaccessible to keyboard-only users. The next form element is then only accessible with a mouse.
2-step solution:
The video shows this behaviour on Github. Without selection, TAB goes to the next form element. With selection, it changes to text indentation.
Pressing TAB-Key inside Markdown Editor jumps to the next Form-Field.
Use TAB key to navigate between Fields of your Form. If you're inside a Markdown Editor Field, you are captured and cant escape using the TAB key.
https://github.com/camya/filament
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too