microsoft / tabster

Web Application Keyboard Navigation Tools

Home Page:https://tabster.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mover: should recognize `isDefault`attribute from Focusable API

ling1726 opened this issue · comments

Focusable API has supported the isDefault attribute for a while now for Deloser scenarios. This should be extended to work with the Mover API.

The Mover API should also support an optional prop so that it should look for default focusables, this will avoid conflicts with other features such as `memorizeCurrent

Should be done with #224 and adjusted with #268.