DmitryEfimenko / TwitterBootstrapMvc

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

Tooltip support on IBootstrapLabel #411

Closed DeuterioX closed 8 years ago

DeuterioX commented 8 years ago

Hi, I was testing the library, and I found I ca not use a tooltip after setting the class in a label.

@Html.Bootstrap().Label("Hello World").Class("no-padding").Tooltip("Hello you!")

Dmitry can you add the support for this example?

Thanks.

DmitryEfimenko commented 8 years ago

Good catch. This is fixed. Please get latest.