@citizensadvice/react-combo-boxes
v2.9.0
Published
A combo box implementations in React
Downloads
6,874
Keywords
Readme
React combo box
Combo boxes implemented in React.
The combo boxes follow the design patterns in ARIA Authoring Practices guidelines
Usage
See the documentation and examples.
Accessibility
See notes on Accessibility
Styling
Basic SASS styles are provided in the styles directory.
Test helper
A test helper is also provided.
Development
npm install
npm start
See package.json for more commands.
Releasing a new version
- Finalize version in
main
- don't change the package.json version - Create a release branch with a name matching
release-vx.x.x
and push to github. - Update the changelog with the changes
- Run
npx np --any-branch
against this branch - this will update the package.json version - Make sure the version update was pushed to github
- Merge to
main
- Update the github releases with the changes