Action button failure in modal dialog

The issue might be that selectInput is missing dependencies.

Please see this discussion:

If this is the case, something like:

shiny:::selectizeDependency()

or

htmltools::findDependencies(selectizeInput("dummy", label = NULL, choices = NULL))

in your UI should fix it.