fundamental-vue
fundamental-vue copied to clipboard
Combobox displays item value instead of item label
Is this a bug, enhancement, or feature request?
Bug
Briefly describe your proposal.
In the Combobox component, when selecting a menu item, the item value is displayed in the input instead of the item label
Which versions of Vue.JS and Fundamental Vue are affected? (If this is a feature request, use current version.)
0.5.3
If this is a bug, please provide steps for reproducing it.
- Fill a combobox with an item that has different value and label
- Select it
- The item value will be displayed instead of the label
Confirmed. :D There should be a test for that…
Still unfixed?