You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
You can define your own checks like this (this isn't documented anywhere yet). The rules for check functions are that they must return a function which takes a value argument, and returns a message if the check fails.
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 cod
The red text isn't showing under
input_selectize
, and the plot is showing when it shouldn't.The text was updated successfully, but these errors were encountered: