microsoft/roosterjs-react

Accessibility issue in LeanRooster.tsx

Closed this issue · 1 comments

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

This repo is archived now. For react wrapper of roosterjs, please refer to roosterjs-react package in roosterjs repo. Thanks.