Accessibility issue in LeanRooster.tsx
Closed this issue · 1 comments
Dragomir2020 commented
When in view only mode the LeanRooster component should not be focusable and when using narrator should not say the word "Edit"
Two things
- Remove role="textbox" when in edit mode
- Remove tabIndex when in edit mode
JiuqingSong commented
This repo is archived now. For react wrapper of roosterjs, please refer to roosterjs-react package in roosterjs repo. Thanks.