-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Using below code to generate hints from server side dynamically in r shiny app. but it's not working.
basically i want to use hint with css element because i can't select sidebar toggle button in ui.r using infoBox().
hints <- data.frame(
hint = c(
"This is a sidebar button",
"This is selectize filter. to remove item : first click on the item and click backspace from keyboard.",
"This is select filter. you can select only one option at a time from the dropdown list",
"This is Slider input filter. you can select the range of day by dragging from both end",
"This is Date input filter. you can select the start and end date.",
"This is Group checkbox list filter. you can check multiple options."
)
,element = c(".sidebar-toggle",
"#country_nm_select-label",
"#status_select-label",
"#vac_arr_trgt_days_slider-label",
"#date_slider",
"#type_of_vaccine_checkbox")
)
hintjs(session, options = list(hints=hints))
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels