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 Forms.Form functionality to NavbarForm's ComponentBuilder #32

Closed tishin closed 9 years ago

tishin commented 9 years ago

Form methods (e.g., SetAction, HideValidationSummary) don't seem to work with NavbarForm's ComponentBuilder. Thank you.

daveaglick commented 9 years ago

Thanks for the bug report. This is now fixed in the develop branch and should be pushed out to the master branch and to NuGet in the next couple days once I wrap up a few other changes.