It would be great to be able to use chips in inputs like in the following demo:
https://material.angularjs.org/latest/demo/chips
This would probably live within the select if anything due to it already supporting most of this behavior.
This functionality is now part of v-select with the chips and autocomplete props.
It seems a bit different since it's not possible for the user to enter a term that is not in the options, or maybe I am missing something.
That would be a different component, ala tags. I plan on adding tagging support in the future.
@johnleider is that something you'd want help with?
PRs are always welcome 馃憤
This will be coming with 0.15.3, can't wait!
Now I am using v1.1.8. But I clould not find this feature. I found I can use chip with combobox. But I would like to use chip with text-field.
Most helpful comment
That would be a different component, ala tags. I plan on adding tagging support in the future.