A combo box implementations in React
npm install @citizensadvice/react-combo-boxes
Combo boxes implemented in React.
The combo boxes follow the design patterns in [ARIA Authoring Practices guidelines][1]
See the [documentation and examples][2].
See notes on [Accessibility][5]
Basic SASS styles are provided in the styles directory.
A [test helper][4] is also provided.
``bash`
npm install
npm start
See package.json for more commands.
1. Finalize version in main - don't change the package.json versionrelease-vx.x.x
2. Create a release branch with a name matching and push to github.npx np --any-branch
3. Update the changelog with the changes
4. Run against this branch - this will update the package.json versionmain`
5. Make sure the version update was pushed to github
6. Merge to
7. Update the github releases with the changes
[1]: https://w3c.github.io/aria-practices/
[2]: https://citizensadvice.github.io/react-list-boxes
[3]: https://www.w3.org/TR/wai-aria-practices-1.1/#kbd_general_within
[4]: docs/test_helper.md
[5]: docs/accessibility.md