Quick question on good practice while using an input select in WeWeb

I use supabase so i’m not sure the name of the exact options, but you’d use debounce on your search input and do a call to your backend on change that filters something like the 10 closest results that match what your user inputs.

1 Like