Is there such component in Quasar?
-
I can’t seem to find such components where I can enter multiple values as array of values in an input field.
Try entering a value and pressing enter. This is very valuable feature for user to attach several Tags to and object.
-
I don’t think so, but you can do it by injecting QChip components into QInput prepend slot.
-
@Ben-Hayat also doable with qselect use-input new-value https://quasar.dev/vue-components/select#The-%40new-value-event or mix and match something with qfield wrapper. Many quasar conponents can be mixed and match, with a bit of imagination you can turn it into awesome ones of your own liking.
-
such component would strongly need some kind of autocomplete. Without that, you will end up with “vue”, “viu”, “vee”, “vui”, “wee” and 40 more mutations from different users.
-
@qyloxe said in Is there such component in Quasar?:
such component would strongly need some kind of autocomplete. Without that, you will end up with “vue”, “viu”, “vee”, “vui”, “wee” and 40 more mutations from different users.
Exactly!