Replies: 1 comment 2 replies
-
@gizzmojo the component isn't a Livewire component (it's a blade component), so adding I'm currently working on a new version which will work better with V3 and allow you more control to use computed properties or handle when you want the data to load. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're using this inside a dropdown so it's not nessesarry to make any requests until the dropdown has been opened.
Tried ading
<x-lwa::autocomplete lazy />
but this doesn't make any difference.Debugging this the initial requests are coming from this line so wondering if the results can be cached/optimized?
Beta Was this translation helpful? Give feedback.
All reactions