Is it possible to change the font/color of the validation message

17 views
Skip to first unread message

Vamsi Krishna

unread,
Jun 28, 2016, 2:47:47 AM6/28/16
to Shiny - Web Framework for R
Hi,
I was wondering if it would be possible to change the font/color of the message provided by the validate() function.
The code is something like this

x<-which(specificWC()==inputdf )
validate(
           need(length(x)!= "0", " your input is out of bounds")
         )
I wish to change the font of " your input is out of bounds "
Thanks in advance
Reply all
Reply to author
Forward
0 new messages