basarozcan / vue-tailwindcss-typeahead

Just another vue&tailwind component that present you complete typeahead/autocomplete input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Clear selectedItem

MisterBrownRSA opened this issue · comments

Any way to clear the selectedItem other than clearInputWhenClicked. Maybe a function that I can trigger externally, or being able to set v-model instead of using @selected function

Selected Items should be stored in your component. Typeahead only returning selected data. So it is not storing selections. Did I miss sth, Maybe you can show me your code example via codesandbox or stackblitz