Trevor Eyre
Trevor Eyre
Thank you so much, this change looks great!
I think either approach is okay at the moment. In v3 I plan to make the input value a controllable prop, so you'd store the value in the parent component...
I'm afraid there isn't an easy way to accomplish this right now. The component sets `visibility:hidden` as an inline style when it loses focus, so I think the only way...
The `@change` event should work the same as with a regular input element. Can you provide a code sample of what you're trying that isn't working? Maybe in a [CodeSandbox](https://codesandbox.io/)...
[Here's an example using the `@change` event that might help](https://codepen.io/trevoreyre/pen/KYJwPa). It's worth noting that on an input element the change event doesn't fire until the element loses focus. Check out...
Yeah, that's a good point. I'm going to re-open this issue so I can more fully address it in v3.
Is this using the Vue or JS component?
Honestly, I don't think there's a really _great_ solution to this in the JS component. You can use the `renderResult` option to additionally render some grouping styles, but you'll have...
Oh, interesting. I'm not sure why that would be happening. I wonder if the function to reposition the results list is somehow firing before the debounced result returns? I'll have...
Do you have some examples of the errors you're seeing in Vue 3? I haven't tried it in v3 yet.