Commit cc6d6a9
fix: pass selection mode generic to ComboBox validate type (adobe#9795)
ComboBoxProps was using `Validation<ComboBoxValidationValue>` without
passing the `M` generic, so the validate callback's `value` field was
always typed as `Key` (single mode) even with `selectionMode="multiple"`.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 29a5d0e commit cc6d6a9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments