vue-tagsinput
vue-tagsinput copied to clipboard
Update searchResults = [] to accomodate ajax
Clearing input with ajax url was not clearing the results. By moving it down and checking the input length we can accommodate both existing tags and ajax urls.