AmpersandJS / ampersand-input-view

A view module for intelligently rendering and validating input. Works well with ampersand-form-view.
MIT License
17 stars 19 forks source link

Ensure validation skipped on clear. #44

Closed nickryall closed 9 years ago

nickryall commented 9 years ago

Based on this discussion:

https://github.com/AmpersandJS/ampersand-form-view/pull/19

Lines 136 + 137 ensure the default value set in the props declaration is always overridden.

wraithgar commented 9 years ago

Pulling this into a PR with a larger scope, adding this feature to reset, and adding tests too.