Commit 32229f0
feat(react): refactor filterable multi select to function (#10198)
* chore: check in progress
* feat(react): refactor FilterableMultiSelect
* fix(react): reset Filterable field on multiselct
* fix(styles): remove unnecessary styles
* fix(react): update snapshot
* chore(react): update to follow code style guidelines
* Update packages/react/src/components/MultiSelect/next/FilterableMultiSelect.js
Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
* Update packages/react/src/components/MultiSelect/next/FilterableMultiSelect.js
Co-authored-by: Josh Black <josh@josh.black>
* Update packages/react/src/components/MultiSelect/next/__tests__/FilterableMultiSelect-test.js
Co-authored-by: Josh Black <josh@josh.black>
* fix(react): clear input and reset focus through user action
* chore(react): format file
Co-authored-by: Taylor Jones <tay1orjones@users.noreply.github.com>
Co-authored-by: Josh Black <josh@josh.black>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>1 parent 1d3e95f commit 32229f0
File tree
10 files changed
+1095
-13
lines changed- packages
- react
- __tests__/__snapshots__
- src
- components
- FilterableMultiSelect
- MultiSelect
- next
- __tests__
- __snapshots__
- styles/scss/components/list-box
10 files changed
+1095
-13
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3108 | 3108 | | |
3109 | 3109 | | |
3110 | 3110 | | |
3111 | | - | |
3112 | 3111 | | |
3113 | 3112 | | |
3114 | 3113 | | |
| |||
4074 | 4073 | | |
4075 | 4074 | | |
4076 | 4075 | | |
4077 | | - | |
4078 | 4076 | | |
4079 | 4077 | | |
4080 | 4078 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
11 | 17 | | |
12 | | - | |
13 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
14 | 21 | | |
15 | 22 | | |
16 | 23 | | |
| |||
0 commit comments