rstudio / shinyvalidate

Input validation package for the Shiny web framework
https://rstudio.github.io/shinyvalidate/
Other
110 stars 8 forks source link

Give positive and negative feedback #68

Open stephenwilliams22 opened 1 year ago

stephenwilliams22 commented 1 year ago

I have a shiny app where the user enters a sample ID and I'm checking whether it's correct or not. I'd like to provide feedback as to whether the ID is correct or incorrect. when correct i'd like the message to say "ID correct!" in green. When the ID is incorrect the default behavior works perfectly. Is this possible?