ebailey78 / shinyBS

Twitter Bootstrap Components for Shiny
182 stars 47 forks source link

Different display format from previous version #18

Closed jmrichardson closed 9 years ago

jmrichardson commented 9 years ago

Hi,

Great package! Thank you for providing it. I just wanted to let you know that the new version does not display correctly as opposed to previous version. Here is what I am running in updated environment:

shinyBS_0.50 shiny_0.11.1

The older session that seems to display correctly:

shinyBS_0.20 shiny_0.10.2.2

Using the same code in R, here are the screen shots. Here is the correctly formatted:

image

Here is the latest:

image

Notice how there are no borders. Also, the fields in Shiny do not appear to be CSS correctly:

image

I am holding off on updating in production because I am concerned that if I update, the shiny UI won't display correctly.

Thanks in advance for any help.

Best, John

jmrichardson commented 9 years ago

Ok, I got it working by removing the shinyBS package then re-installing.