Trevor Eyre

Results 52 comments of Trevor Eyre

Yep, good point. I labeled this as an enhancement because it is "technically" working as designed, but I agree it's a stupid design that doesn't make much sense. Submit should...

Totally agree. I'm planning on addressing this in v3, since it will require a pretty fundamental change to the internals of the component.

That's very kind of you! I'd love some help if you're game. I'm currently working on v3 in the [next branch](https://github.com/trevoreyre/autocomplete/tree/next), although I will warn you ahead of time, it's...

@timothymarois Not yet, I'm afraid. I haven't had a lot of time to work on this recently.

Yep good call. Keeping the selected element in view relies on a ref to the list element, which doesn't get preserved if you're using the default slot. I'll have to...

@jardakotesovec I haven't had a chance to dig too deep into the composition API yet, other than a few super basic examples. But I'm super interested to learn more! Do...

Huh, I'm not sure what would be causing this. Are you on the latest, `v2.2.0`? If you look at the [`package.json`](https://github.com/trevoreyre/autocomplete/blob/master/packages/autocomplete-vue/package.json#L5-L7) for the Vue component, you'll see these lines: ```json...

I haven't used Laravel Mix before, but if it's an abstraction on top of webpack then yes, that would be my first suspect. Sorry I can't help much more than...

I’m not sure I fully understand the issue. Are you trying to attach a custom keydown event to the autocomplete input? And that event is working in English, but not...

@cglee079 I haven't heard from you in awhile. I'm going to go ahead and close this issue, feel free to re-open if you're still having issues. Thanks!