Vue Input UI Component

The Input component for Vue is very similar to the TextArea component and provides suggestions while you type into the input field. The component can be bound to JSON data and can enable auto-complete and multiple values. With multiple values you can type something then select a value and then continue typing another value.

vue input