Custom React Combobox-Multi-Select component provides features:
- Filter and select multiple items from the list
- Add / Post options to the list
- Hint and error messages
- Customizable components like Option, Tag, and Dropdown
- Positioning of the dropdown according to the viewport
- Keyboard accessibility
- TypeScript
- Vite.js
- React 18
- SCSS
- ESlint, Prettier
- Husky pre-commit
Go to Demo page or install and run it locally:
1. $ git clone https://github.com/timurgain/combobox-multi-select.git
2. $ cd combobox-multi-select
3. $ npm install
4. $ npm run dev