angusd3v
angusd3v
Should axe only be failing this test if there is actual content that isn't hidden? Do wrapper elements which are either empty or contain no content actually impact screen readers?
Can confirm this is happening for me as well. `isSourceLoaded` property is `false` whereas checking `event.target.isSourceLoaded(id)` inside the same event returns `true`
Correct me if I'm wrong but without this fix you can't really use this utility as intended in a TS codebase with `strict` or `structNullChecks` set to `true`? Was really...
Hi @silviuaavram, I think you might have been mistaken here. `defaultSelectedItem` _is_ in your typings and is set in some of your tests, but from the looks of it isn't...