digivet-consortium/movenetapp

require development version of shinyFeedback?

Opened this issue · 1 comments

In the movenet app I'm building in user feedback on inputs with shinyFeedback.
The released version of the package has a bug in which feedback messages don't get updated if triggered multiple times by different conditions (e.g. if input$separator has been highlighted as "Required" , this message won't update to "Must be single character" if you subsequently type >2 characters).
This bug has been fixed in the development version of the package.

@mdenwood would it be ok to make the app require the development version of ShinyFeedback? or would I be better off finding a work-around?

work-around currently employed:
adding hideFeedback(inputId) before calls to showFeedbackDanger