DmitryEfimenko / TwitterBootstrapMvc

Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.
Apache License 2.0
224 stars 79 forks source link

Semicolon added to View for text boxes and dropdowns #381

Closed joey2264 closed 9 years ago

joey2264 commented 9 years ago

image

Do you know what TwitterBootstrap adds those semicolons? I've seen the behavior for awhile, but normally the semicolon is barely visible (like the semicolon by the input box). But for whatever reason, they are very visible next to the dropdowns in my table. Do you know how to get rid of them?

DmitryEfimenko commented 9 years ago

I don't think BMVC adds these. I haven't seen this in my tests and I'm sure other users would've pointed out on this since Dropdowns are used widely in the websites.

This is easy to test. Just create a fresh project and try using a single dropdown there. See what happens.

joey2264 commented 9 years ago

Thanks, I figured it out.