How can I adapt the behaviour of selectizeInput to be more similar to selectInput?
I want for my shiny-app, that when the user deletes the entry in a selectizeInput, that the app does not react at all, just like it happens with selectInput. Also when the empty selectizeInput looses focus, I want that the former value is restored, just like with selectInput.
Empty Option for selectizeInput
My dropdown box is an optional filter. If one or more items are selected, then a filtering is performed. If nothing is selected — no filtering.