FluentBootstrap icon indicating copy to clipboard operation
FluentBootstrap copied to clipboard

Provides extensions, helper classes, model binding, and other goodies to help you use the Bootstrap CSS framework from .NET code.

Results 27 FluentBootstrap issues
Sort by recently updated
recently updated
newest added

See http://haacked.com/archive/2008/10/23/model-binding-to-a-list.aspx/

MVC Enhancement

See http://getbootstrap.com/css/#buttons-active

General Enhancement

Ideally just need to implement `IHasIconExtensions` but need to be careful that adding the icon as a child works in each case.

General Enhancement

For example, a `Radio` and/or `RadioFor` extension(s) that takes a sequence of `KeyValuePair` and creates multiple radio buttons. What needs to be passed in? The description and value? What about...

General Enhancement

We currently support the CSS-driven disabled state for `LinkButton`, but it looks like Bootstrap recently added support for disabled `` elements as well: http://getbootstrap.com/css/#button-element-1 This will need to be supported...

General Enhancement

Hey, Unsure as to why this is happening but an empty form-group is drawn for the validation summary even when the validation summary is empty.

Discussion/Question

Is it possible to have navbar dropdown label allow HTML instead of plain text? I need to add an icon to the left of the caret, sort of like user...

General Enhancement