RinteRface / shinybulma

🌐 Bulma.io for Shiny
https://rinterface.github.io/shinybulma/
Other
111 stars 15 forks source link

Navbar - render plot #5

Closed JohnCoene closed 6 years ago

JohnCoene commented 6 years ago

Navbar toggling of hide/show elements does "work" but does not trigger shiny render/reactives.

JohnCoene commented 6 years ago

Current "fix" is to initialise all elements as display: block then hide/show with JavaScript => means all elements flash on screen for a fraction of second. Not ideal, at all.

JohnCoene commented 6 years ago

Fixed for good I hope.

Explanation

Shiny depends on jquery, shinybulma was re-importing the library, causing clashes. I simply removed jquery ui, nav works fine and bulmaNav are now initialised as display:none; like they should.

DivadNojnarg commented 6 years ago

Hi John. Thanks for this fix 😃