-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue 3 support #440
Comments
@kaskar2008, @parag-agarwal - Is there any errors to show why this doesn't work with Vue 3? Just out of curiosity.. Thanks :) |
I've started some work to port to Vue 3, but it's not functional yet. Linking here in case it is helpful. |
Hi Guys! Any updates on this? |
Hello, any news about this feature? |
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. |
Hi everybody, |
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. |
Hi @VojtechLanka, |
I'm submitting a ...
What is the current behavior?
How are you importing Vue-simple-suggest?
import VueSimpleSuggest from 'vue-simple-suggest/lib'
)import VueSimpleSuggest from 'vue-simple-suggest'
)import VueSimpleSuggest from 'vue-simple-suggest/dist/es7'
)import VueSimpleSuggest from 'vue-simple-suggest'
)const VueSimpleSuggest = require('vue-simple-suggest')
)<script type="text/javascript" src="https://unpkg.com/vue-simple-suggest"></script>
)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:
The text was updated successfully, but these errors were encountered: