microsoft / tabster

Web Application Keyboard Navigation Tools
https://tabster.io
MIT License
118 stars 36 forks source link

feat(Uncontrolled): completely prop to indicate that uncontrolled area fully controls Tab. #327

Closed mshoho closed 9 months ago

mshoho commented 9 months ago

Currently we have checkUncontrolledTrappingFocus callback in createTabster() to provide the flag that an uncontrolled area is trapping focus. Adding completely property to uncontrolled props on DOM element to be able to set this indicator right on the particular DOM elements. Also deprecating checkUncontrolledTrappingFocus and adding checkUncontrolledCompletely for the sake of consistency and better coexistence.