In the vuetify
documentation you can see two similar controls i.e select
and combobox
. They both are providing same functionality I guess. What is the difference between these two?
Combobox
Select
Thanks
The v-combobox component is a v-autocomplete that allows the user to enter values that do not exist within the provided items. Created items will be returned as strings.
From the documentation:
Select:
Select fields components are used for collecting user provided information from a list of options.
Combobox:
With combobox you can allow a user to create new values that may not be present in a provided items list.
They could be merged? If there is no deep physical or technical difference between the two, I think it is considerable -like adding a boolean editable
attribute or so.
Combobox allow user to create new values, that doesn't exist in list. Select don't have such ability.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With