Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.x] Fix autocomplete & some other reactivesearch errors #683

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Jade-GG
Copy link
Collaborator

@Jade-GG Jade-GG commented Dec 23, 2024

This PR most importantly fixes the Autocomplete which breaks when used on a fresh page load.

I don't know if this is the solution we really want here... it works, but it's not very nice. It's the same thing that's used in the listing, except it doesn't push into the head because for some reason that didn't work.

Other fixes in this PR include a small error caused by going to a category page without subcategories, and checking if turbo actually exists before trying to load the page size from it.

@royduin
Copy link
Member

royduin commented Jan 7, 2025

Previously this worked and the autocomplete file was loaded when clicking in the input. With this it's not lazy loading anymore. What changed?

@Jade-GG
Copy link
Collaborator Author

Jade-GG commented Jan 7, 2025

Previously this worked and the autocomplete file was loaded when clicking in the input. With this it's not lazy loading anymore. What changed?

I'm not sure, I tried a lot of things but nothing really worked 🙁 bit of a weird frustrating bug.

@royduin
Copy link
Member

royduin commented Jan 8, 2025

@indykoning will look into it with RAP-1109

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants