Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(labs): update tabIndex once the element is connected to the DOM
Fix for #5398 , when hydrating tabIndex on radios and tabs, it causes a DOMException. The proposed solution suggests moving the hasConstructed property and calling the updateTabIndex method in the connectedCallback to be able to modify the tabIndex as soon as the element is connected to the DOM
- Loading branch information