I am working on an R shiny project and need to add popovers to some shiny ui objects to guide the user input.
The initial state has the label, circled question mark following the label, and the numericInput field below the label. After hovering the mouse on the circled question mark, a popover will appear to provide additional tips about data entry for the numericInput. After clicking the circled question mark, the numericInput field will be highlighted. Once the mouse leaves the circled question mark, the popover will disappear.