This repository was archived by the owner on Jan 11, 2018. It is now read-only.
3.3.4.3
- Fix - Route values now get set correctly for
SetAction(...)andSetRoute(...)in FluentBootstrap.Mvc (thanks to @triwire). - Feature - Added a
PasswordFor(...)extension that automatically sets password input type and clears existing values similar to RazorPasswordFor(...)HTML Helper (thanks @ryanelian). - Fix - Fixed model value matching of
RadioFor(...)to correctly select the radio button if passed-in value matches the model value. - Feature -
SelectFor(...)now tracks the model value (if any) so that initial and subsiquentAddOptions(...)calls will automatically select the option if it matches the value (thanks @ryanelian). - Fix -
NavbarFormcan now use the full range of standard form extensions (thanks @tishin). - Feature - Lots of improvements for easier generation of paginations, including new bulk
AddPages(...)extension (thanks @ryanelian).