Hi all,
I have tried solutions posted in this thread to no succes - link to thread
The current steps are the same being:
- User enters in search from index page
- Search is sent as parameter ‘desc’
- Input grabs ‘desc’ from url
- Fuzzy/autocomplete finds matches from input box
The issue is that no results are shown on page load until the user modifies the value in the input box (same as thread mentioned above). This includes adding a space or deleting a letter, which triggers the repeating group to display results.
I have tried using a custom state to change the input on page load. However, it seems to only work when the user manually changes the input value.
Any suggestions would be hugely appreciated!