frikinside / vue3-simple-typeahead

A simple and lightweight Vue3 typeahead component that show a suggested list of elements while the user types in.
https://vue3-simple-typeahead-demo.netlify.app/
MIT License
95 stars 28 forks source link

How can I use the methods like clearInput? #28

Open cmjamil opened 1 year ago

cmjamil commented 1 year ago

I am a new user and trying to clear the input value after selecting result. I am trying these codes

`

` Can anyone help me to understand the usease of the methods, please?
cmjamil commented 1 year ago

I fixed it. It wasn't running because I tried it on version 1.0.5. I updated the version and it is now working fine!