Skip to content

dashboardPage function does not show footer when enable_preloader = FALSE #4

@alexquant1993

Description

@alexquant1993

Hi there,

The function dashboardPage does not show footer of the app when enable_preloader = FALSE. Check the following code:

footer <- if (enable_preloader) { shiny::tagAppendAttributes(footer, style = "visibility: hidden;") }

If enable_preloader = FALSE, then this code overwrites a NULL value to footer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions