alexurquhart / vue-bootstrap-typeahead

An autocomplete/typeahead component for Vue 2 and Bootstrap 4
https://alexurquhart.github.io/vue-bootstrap-typeahead/
MIT License
206 stars 157 forks source link

Arrow keys #37

Open bzbislawski opened 5 years ago

bzbislawski commented 5 years ago

Would be good to navigate through option with arrow keys. Currently to choose item, use has to use mouse...

Is it possible to do that? Any workarounds?

fabiolima commented 5 years ago

Waiting for #44

sohel1001 commented 5 years ago

arrow keys not work with this component

mattzollinhofer commented 4 years ago

I merged a fix for this into my fork (https://github.com/mattzollinhofer/vue-typeahead-bootstrap) of this project that I'm actively maintaining. Arrow keys should be working now!

You can find it on npm here: https://www.npmjs.com/package/vue-typeahead-bootstrap

I hope this helps!

loics2 commented 4 years ago

Did @alexurquhart stop maintaining this repo?

mattzollinhofer commented 4 years ago

Yeah it looks like it. I reached out a number of ways to see if I could help and didn’t get a response. #60 has a few more details too.

lisandromc commented 4 years ago

Did @alexurquhart stop maintaining this repo?

He had no activity whatsoever on GitHub for the past 18 months: https://github.com/alexurquhart?tab=overview&from=2019-12-01&to=2019-12-31

@azinamo has approved my PR but I don't see the commit in the tree.

@mattzollinhofer if your fork is working fine, it would be best to have NPM update their reference to your fork. Or, if that isn't practicable, update the README so that installation instructions won't resolve to the dead fork.

mattzollinhofer commented 4 years ago

Yeah, my fork is working fine. Unfortunately, I have no control over this repository or npm so I can't update this README or npm. All I can do is provide a good solution and support through issues on here. Eventually it should work out, but it will take time.