browser-forms
browser-forms copied to clipboard
match_field validator is busted in attached fields
To reproduce:
- Open up an example with password confirmation.
- Type 'aaa' in password.
- Type 'bbb' in confirm.
- Error message appears.
- Change password to 'bbb'.
- confirm is still invalid.
Needs to know when the matched field changes. Should this be a form level validation?