Hi, It seems that the newest version of shiny breaks `select2Input()`. I receive the following error when using it (tested on several computers): ``` Error in get(name, envir = asNamespace(pkg), inherits = FALSE) : object 'HTML' not found ```
Hi,
It seems that the newest version of shiny breaks
select2Input(). I receive the following error when using it (tested on several computers):