Combo boxes implemented in React.
The combo boxes follow the design patterns in ARIA Authoring Practices guidelines
See the documentation and examples.
See notes on Accessibility
Basic SASS styles are provided in the styles directory.
A test helper is also provided.
npm install
npm start
See package.json for more commands.
- 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