six-webcomponents
six-webcomponents copied to clipboard
six-select autocomplete - after selecting option from list, only the value is being displayed
Six Webcomponents version
4.2.1
Steps to reproduce
Check the https://six-group.github.io/six-webcomponents/components/six-select.html documentation, the behaviour is reproducible there. In the first example https://six-group.github.io/six-webcomponents/components/six-select.html#select-1, there are options with value: option-1 and label: Option 1. When such an option is selected from the dropdown list, the presented text is the option's label. In the autocomplete example https://six-group.github.io/six-webcomponents/components/six-select.html#autocomplete, when an option from the dropdown is selected, the presented text is the option's value.
What is expected?
When I select an item from a list of option, I want to be able to present its label if it differs from its value.
What is actually happening?
Using the autocomplete select, this is currently not possible.
System Info
No response
Any additional comments?
No response