vue-tailwindcss-typeahead icon indicating copy to clipboard operation
vue-tailwindcss-typeahead copied to clipboard

Feature: Clear selectedItem

Open MisterBrownRSA opened this issue 2 years ago • 1 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

MisterBrownRSA avatar Apr 23 '23 22:04 MisterBrownRSA

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

basarozcan avatar Apr 24 '23 22:04 basarozcan