Add a reset button to reset filters
add_reset_button.RdCreates a button that resets specified inputs to their default values. Can be used inside a sidebar pipeline (pass a sidebar_container as the first argument) or standalone to generate the raw HTML.
Usage
add_reset_button(
sidebar_container = NULL,
targets = NULL,
label = "Reset Filters",
size = "md"
)