You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When tabindex starts at -1 for a {{link-to}} in a component and bound to a component's property, the {{link-to}}'s tabindex doesn't toggle based on the component's property even though the property is toggling. It's not updating the DOM.
When tabindex starts at -1 for a {{link-to}} in a component and bound to a component's property, the {{link-to}}'s tabindex doesn't toggle based on the component's property even though the property is toggling. It's not updating the DOM.
See jsbin here for example: See jbin: http://emberjs.jsbin.com/zixohejive/edit?html,js,output
Proper tabindex toggling based on state is required for writing accessible components.
The text was updated successfully, but these errors were encountered: