Commit 2fe7fbe
feat(MultiSelect): new hideLabel prop (#9840)
* feat(MultiSelect): new hideLabel prop
* feat(FilterableMultiSelect): new hideLabel prop
- Add `hideLabel` prop to the filterable MultiSelect to make it
consistant with the default MultiSelect.
- Fix up `PublicAPI-test.js.snap` file using command
`yarn test packages/react/__tests__/PublicAPI-test.js -u`. First the
file was restored to commit 3e0231d,
then the `yarn test` was used to make changes to
`PublicAPI-test.js.snap`.
- Fix format issue (spaces) in MultiSelect.js
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>1 parent 9f558cf commit 2fe7fbe
4 files changed
Lines changed: 24 additions & 0 deletions
File tree
- packages/react
- __tests__/__snapshots__
- src/components/MultiSelect
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3246 | 3246 | | |
3247 | 3247 | | |
3248 | 3248 | | |
| 3249 | + | |
| 3250 | + | |
| 3251 | + | |
3249 | 3252 | | |
3250 | 3253 | | |
3251 | 3254 | | |
| |||
4209 | 4212 | | |
4210 | 4213 | | |
4211 | 4214 | | |
| 4215 | + | |
| 4216 | + | |
| 4217 | + | |
4212 | 4218 | | |
4213 | 4219 | | |
4214 | 4220 | | |
| |||
4453 | 4459 | | |
4454 | 4460 | | |
4455 | 4461 | | |
| 4462 | + | |
| 4463 | + | |
| 4464 | + | |
4456 | 4465 | | |
4457 | 4466 | | |
4458 | 4467 | | |
| |||
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
54 | 59 | | |
55 | 60 | | |
56 | 61 | | |
| |||
299 | 304 | | |
300 | 305 | | |
301 | 306 | | |
| 307 | + | |
302 | 308 | | |
303 | 309 | | |
304 | 310 | | |
| |||
350 | 356 | | |
351 | 357 | | |
352 | 358 | | |
| 359 | + | |
353 | 360 | | |
354 | 361 | | |
355 | 362 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| 146 | + | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
| |||
349 | 351 | | |
350 | 352 | | |
351 | 353 | | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
352 | 359 | | |
353 | 360 | | |
354 | 361 | | |
| |||
0 commit comments