I have a selectizeInput in my Shiny app. It is in multiple-select mode, so the user can specify more than one selection.
selectizeInput
Shiny
However, the reac
You should debounce the reactive.
There is an R implementation here: https://gist.github.com/jcheng5/6141ea7066e62cafb31c