Hi all,
I've got a text input looking for a completion code that has a label that links to another page, and it works beautifully. I'm trying to set up my Shiny page so that when the wrong code is entered, it tells the user by updating the text (so something like going from "Task A" to "Task A - Code incorrect, please try again"). I've used updateTextInput to change the text itself and it works perfectly, but when the text changes, the link disappears and I can't quite figure out how to get the link included when the label changes. Does anyone have any tips on how to do it? EDIT: I've attached a reproducible example in the comments below.
Thanks in advance!