Commit 2eed55a
honor explicit close-on-select=false on single-select comboboxes
Previously shouldCloseOnSelect used `||`, so an explicit
:close-on-select="false" on a single-select combobox was treated as
unset and fell back to "close on select". Switch to `??` so an explicit
false (or true) is always respected, and only an unset prop defers to
the multi-aware default.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 5c7f2b4 commit 2eed55a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
205 | | - | |
| 205 | + | |
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
| |||
0 commit comments