When I select an item, correctly in the Change event it returns me the value.
But the item does not appear in the view but the value which is an index while the selected item should appear.
Why does it happen, is it a bug?
I have attached an example that reproduces the error
Just to add, a VCombo has an editable feature, meaning that you can add items to it by typing content on the combo and pressing enter.
Perhaps they did it this way because there is no way to determine what you are entering is a value / text.
If your users will not be adding any item to your combo, use other alternatives or use the same text for values.