The {shinyvalidate} package doesn't seem to work with {shiny.semantic}. However Fomantic UI has out of the box form validation. It would be good to include this in the package.
I've been working on a POC of this, by being able to add the validation at the end of a form. It also includes a submission button, that will only trigger reactive events if the form passes validation.
The
{shinyvalidate}
package doesn't seem to work with{shiny.semantic}
. However Fomantic UI has out of the box form validation. It would be good to include this in the package.I've been working on a POC of this, by being able to add the validation at the end of a form. It also includes a submission button, that will only trigger reactive events if the form passes validation.
Example:
https://user-images.githubusercontent.com/8420419/137782312-d2011813-faf1-4fec-b582-bd8657b700dd.mp4