microsoft / tabster

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

feat: getParent prop for createTabster #308

Closed ling1726 closed 11 months ago

ling1726 commented 11 months ago

Adds a new getParent prop for `createTabster. This lets users override how to get a parent of a HTMLElement, which is useful for libraries like Fluent UI where the parentElement does not need to follow the DOM order.