SEV-408: combobox displayValue option (v0.5.0) #6

Merged
bastian merged 1 commits from sev-408/combobox-displayvalue into main 2026-06-10 20:21:14 -04:00
Owner

Adds a displayValue option to the combobox: when true, the input shows the selected option's value (e.g. a state code "TX") while the dropdown stays label-searchable ("Texas") — for the convert-wizard state field (searched by name, displayed as a compact 2-char code). Backward-compatible (default false). 20/20 tests pass.

Adds a `displayValue` option to the combobox: when true, the input shows the selected option's **value** (e.g. a state code "TX") while the dropdown stays **label**-searchable ("Texas") — for the convert-wizard state field (searched by name, displayed as a compact 2-char code). Backward-compatible (default false). 20/20 tests pass.
bastian added 1 commit 2026-06-10 20:21:08 -04:00
When displayValue:true, the input shows the selected option's value (e.g. a
state code "TX") while the dropdown stays label-searchable ("Texas") — for a
field searched by name but displayed compactly. Backward-compatible
(default false). 20/20 tests pass.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
bastian merged commit c0a113dda7 into main 2026-06-10 20:21:14 -04:00
bastian deleted branch sev-408/combobox-displayvalue 2026-06-10 20:21:15 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SwitchEV/shared#6