daveaglick / FluentBootstrap

Provides extensions, helper classes, model binding, and other goodies to help you use the Bootstrap CSS framework from .NET code.
http://www.fluentbootstrap.com
MIT License
200 stars 76 forks source link

Add support for disabled button elements #46

Open daveaglick opened 8 years ago

daveaglick commented 8 years ago

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