Skip to contents

When an HTML tag has the `d-flex flex-fill` classes applied, it can interfere with the functionality of `shinyjs::hide()`. This utility function removes these classes from the specified tag, ensuring `shinyjs::hide()` works as expected to hide the element.

Usage

util_shiny_remove_and_hide_flex(inputId)

Arguments

inputId

The ID of the HTML tag to modify and hide.