-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Updated component to support multi select dropdown wit… (#6)
* Updated component to support multi select dropdown with autocomplete * Update component for dropdown-based multiselect * Updated read me doc * Updated test cases
- Loading branch information
1 parent
b58535c
commit e4f9aa9
Showing
29 changed files
with
11,847 additions
and
7,496 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ node_modules | |
build | ||
dist | ||
.rpt2_cache | ||
coverage | ||
|
||
# misc | ||
.DS_Store | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,76 @@ | ||
<!-- Thank you for contributing to @keyvaluesystems/react-multi-selection-ui-component! --> | ||
<!-- Before submitting a pull request, please review our contributing guidelines. --> | ||
|
||
| ||
|
||
## Pull Request Checklist | ||
|
||
| ||
|
||
- [ ] **Read the contributing guidelines.** | ||
- [ ] **Linked to an issue:** Fixes # (replace with the issue number, if applicable) | ||
- [ ] **Branch is up-to-date with the base branch:** `main` | ||
- [ ] **Changes pass tests locally:** `npm test` or `yarn test` | ||
- [ ] **Documentation has been updated, if necessary** | ||
- [ ] **Code follows the style guide of the project** | ||
| ||
|
||
## Description | ||
|
||
| ||
|
||
<!-- Provide a brief description of your changes. --> | ||
|
||
| ||
|
||
## Screenshots (if applicable) | ||
|
||
| ||
|
||
<!-- Add screenshots or GIFs to help explain your changes. --> | ||
|
||
| ||
|
||
## Additional Notes | ||
|
||
| ||
|
||
<!-- Any additional information you want to provide that is not covered by the checklist or description. --> | ||
|
||
| ||
|
||
## Related Issues or PRs | ||
|
||
| ||
|
||
<!-- If your pull request is related to any issue(s) or other pull request(s), mention them here. --> | ||
|
||
| ||
|
||
## Reviewer Guidelines | ||
|
||
| ||
|
||
<!-- Suggest specific areas of the codebase that you would like the reviewer to focus on. --> | ||
|
||
| ||
|
||
## Testing Instructions | ||
|
||
| ||
|
||
<!-- Provide step-by-step instructions on how to test your changes. --> | ||
|
||
| ||
|
||
## Checklist for Reviewers | ||
|
||
| ||
|
||
- [ ] Code follows project conventions and style | ||
- [ ] Changes do not introduce new warnings or errors | ||
- [ ] Unit tests cover the changes | ||
- [ ] Documentation is updated | ||
| ||
|
||
## By submitting this pull request, I confirm that my contribution is made under the terms of the MIT License. |
Oops, something went wrong.