-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ariaActivedescendant = false not valid aria #553
Conversation
Hi @Jordan-Hall, thanks for contributing this fix. The changes look fine, but there are a couple of logistics bits that need to happen before we can merge them:
Would you be up for doing this or would you prefer I did it (appreciate it took us a bit for us to get to review this, so very fine to do it, thanks for your patience, btw). On the topics of React hooks, thanks for offering, but we don't have any plans to move towards this. But if you have an open repository at DLUHC, this could be a handy place we could look into for making future decisions 😊 |
Thank you @romaricpascal I'll update the branch later. I left DLUHC now I was only contracting for them but still keep an eye on the repo I started for them. I completely rewrote alot of this to use hooks without losing any functionality. https://github.com/communitiesuk/gov-uk-dash-react-components/blob/main/src/lib/fragments/AutoComplete.react.js I hope this useful for you. Here some of the changes and PRs we merged into it communitiesuk/gov-uk-dash-react-components#35 |
Brill! Thanks for the links and offering to update the branch 😊 |
016c415
to
3679a4c
Compare
I've rebased all open PRs with We'd caused a few conflicts by merging #600 first so that's all sorted now |
Not related to this pr, but also sort of related, but thanks for getting this going again! I'm gonna see if there's anything I can add from my fork when this is all done. |
Needs a 2nd approval on this one @romaricpascal if you're happy that #553 (comment) is complete? |
Fixes #434
I've used this as the base code for DLUHC. Needed to make small changes to get it to work with plotly dash so migrated from classes to hooks. This is one of the changes we've made to ensure lighthouse was 100.
PS: Happy to push the react hooks changes too if you are interested.