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

Implement TextAreaFor() #37

Closed ryanelian closed 9 years ago

ryanelian commented 9 years ago

Razor has @Html.TextArea() and @Html.TextAreaFor().

Bootstrap().TextArea() exists, but not Bootstrap().TextAreaFor().

Apparently there's no InputType.TextArea nor any extensions that transform Bootstrap().InputFor() to <textarea> as well, so I doubt the lambda expression version of the html helper to model property for <TextArea> is actually implemented. Correct me if I'm wrong tho.

Thanks in advance!

daveaglick commented 9 years ago

This is now implemented and will be pushed in a new release to NuGet momentarily - sorry for the delay!