Skip to content
This repository was archived by the owner on Jan 11, 2018. It is now read-only.

3.3.4.3

Choose a tag to compare

@daveaglick daveaglick released this 28 May 16:49
· 46 commits to master since this release
  • Fix - Route values now get set correctly for SetAction(...) and SetRoute(...) in FluentBootstrap.Mvc (thanks to @triwire).
  • Feature - Added a PasswordFor(...) extension that automatically sets password input type and clears existing values similar to Razor PasswordFor(...) 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 subsiquent AddOptions(...) calls will automatically select the option if it matches the value (thanks @ryanelian).
  • Fix - NavbarForm can 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).