jQuery-Autocomplete
jQuery-Autocomplete copied to clipboard
Any plans to get rid of jQuery?
I find this very useful, however jQuery seems to be a downside. Can we please have a vanilla version?
Yes, is there a plan for a JS only version ?
jQuery-Autocomplete …
https://github.com/devbridge/Vanilla-Autocomplete
Last commit 6 y ago, guess it's dead21:37, 27. Juli 2021, Mats Neander @.***>: https://github.com/devbridge/Vanilla-Autocomplete
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe.
I was using this library but needed to get rid of jquery, so I implemented something myself:
https://github.com/realsuayip/autocomplete
It uses popper so the positioning of results are more flexible. Hope it helps.