Hi all! Is this plugin supposed to work just once?
I am building a “create new item” menu and am trying to make a closed loop of functions:
-
User types a few letters into an input.
-
Repeating group shows options, based on a search of database (via fuzzy search).
-
User picks desirable option and clicks on it.
-
A custom state is triggered, which stores an option a user clicked (later to be used in creating or updating a thing in a database).
-
Since I would like an input to reset (and through conditions show the option a User chose), I use a “reset input a Search & Autocorrect” function and use aforementioned conditionals.
Up until this point, everything works fine, actually loving the speed in which the fuzzy search works. But then, if a User wants to do the search again, the fuzzy search does not work. I try typing into the input and no search results are shown.
Tried not using step no 5. (I think I maybe could work around that), but still, no effect, so wondering if the fuzzy search is supposed to only work once.
Does anybody know, how to make this sort of closed loop, so the User can search and choose however many times he/she wants?