I'm trying to use shiny-validate for python for checking if the user has selected exactly 5 choices in input_selectize.
The documentation shows that with the current rules, this is not possible.
Also, check.required() is not working with input_selectize at all. That is, no validation is occurring.
Here is my cod
I'm trying to use
shiny-validate
for python for checking if the user has selected exactly 5 choices in input_selectize. The documentation shows that with the current rules, this is not possible. Also,check.required()
is not working withinput_selectize
at all. That is, no validation is occurring. Here is my codThe red text isn't showing under
input_selectize
and the plot is showing when it shouldn't