SEV-408: combobox displayValue option (v0.5.0) #6
Reference in New Issue
Block a user
Delete Branch "sev-408/combobox-displayvalue"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds a
displayValueoption 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.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>