Commit dda1be5
fix: allow null value in ComboBox validate for single selection (adobe#9742)
Since ComboBox supports allowsCustomValue, the validate function can be
called with an empty selection in single mode. Update ValidationType to
include null for single selection to match the runtime behavior.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent cc6d6a9 commit dda1be5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments