Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: query DOM element without role for cross-platform compatibility (#…
…237) - I was a little bit surprised about this but on certain platform (mainly Salesforce in my case), the `role` attributes are completely stripped. So the DOM query I had for arrow highlight navigation wasn't working in Salesforce. So removing `[role]` query selector but adding another type of attribute to keep query still focused with `li[datakey]` is enough to get it working in Salesforce
- Loading branch information