I have successfully integrated a text field with vuetify
and now I am looking to incorporate chips into it.
Currently, chips are only added if the entered text matches a specific pattern (such as starting with '{' and ending with '}'). While I have managed to add chips to a Combobox when the text matches the pattern, I am facing an issue where it is not possible to both enter text and add chips in the text field simultaneously.
My main query is how can I combine the functionality of Combobox and text field seamlessly?