KazanExpress / vue-simple-suggest

Feature-rich autocomplete component for Vue.js
https://kazanexpress.github.io/vue-simple-suggest/
MIT License
461 stars 74 forks source link

Vue 3 support #440

Open parag-agarwal opened 3 years ago

parag-agarwal commented 3 years ago

I'm submitting a ...

What is the current behavior?

How are you importing Vue-simple-suggest?

What is the motivation / use case for changing the behavior?

For using this project in Vue 3 based applications

Please tell us about your environment:

gkweb commented 3 years ago

@kaskar2008, @parag-agarwal - Is there any errors to show why this doesn't work with Vue 3? Just out of curiosity..

Thanks :)

radusuciu commented 3 years ago

I've started some work to port to Vue 3, but it's not functional yet. Linking here in case it is helpful.

https://github.com/radusuciu/vue-simple-suggest/commit/4ce15b84eef5ca5ec2226266a1bdc8a20626e173

vencho-mdp commented 2 years ago

Hi Guys! Any updates on this?

vaban-ru commented 2 years ago

Hello, any news about this feature?

radusuciu commented 2 years ago

Hey all, I ended up writing my own custom input for this purpose which only supports those features that are needed in my application as it seems that most autocomplete libraries outside of the big UI frameworks have limited support lifespans.

tbl0605 commented 1 year ago

Hi everybody, my pull request https://github.com/KazanExpress/vue-simple-suggest/pull/587 brings initial Vue 3 support, hope it will be useful ;)

VojtechLanka commented 9 months ago

Hello, recently company I work for decided to upgrade to Vue 3 and because we need this as npm package I have taken the liberty to use changes made by @tbl0605 and replace Webpack with Vite (+ removed polyfills that we do not use, and made changes to formatting based on our standards) and publish it to npm.

Here it is if anybody still needs it https://www.npmjs.com/package/@vojtechlanka/vue-simple-suggest.

tbl0605 commented 9 months ago

Hi @VojtechLanka, Thank you, I'll try it :)