Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Fixed bug #16 and also added option to display last error only

Compare
Choose a tag to compare
@ghiscoding ghiscoding released this 06 May 01:51
· 154 commits to master since this release
  • Added option to display only last error message instead of all messages at once.
  • Fixed a bug (possibly issue #16) where changing route on View/Controller would make the ValidationSummary fail when coming back to original View/Controller, this bug was associated to the fact that the ValidationSummary kept growing from Controller to Controller, now this ValidationSummary is wipe out as soon as we detect a route change.