rstudio / shinyuieditor

A GUI for laying out a Shiny application that generates clean and human-readable UI code
https://rstudio.github.io/shinyuieditor/
MIT License
209 stars 29 forks source link

page_navbar's sidebar title should be NULL when blank #233

Closed jcheng5 closed 8 months ago

jcheng5 commented 8 months ago

Currently, if a page_navbar has a sidebar, it's essentially required because if it's blank, the title <hr> still appears. If the user doesn't specify a title, instead of title="" a value of title=NULL would remove the <hr>.