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
Thanks @thohan88! You're right, .add_rule() is intended to add a new rule that's evaluated after previous rules. I just made a change in #14 that should fix this.
If you try it and it gives you any issues please let me know
In the provided examples, rules appear to be composable when defined in sequence by default:
py-shiny-validate/README.md
Lines 48 to 49 in 757c7cd
py-shiny-validate/shiny_validate/examples/2-deffered/app.py
Lines 26 to 27 in 757c7cd
However, this does not seem to be the case in practice:
shinylive
The last rule for for
sequential
takes precedence here.The text was updated successfully, but these errors were encountered: