element-web-Github/src/components
J. Ryan Stinnett 86a375c7da Report validity state of all registration fields on any change
This passes the validity state of all fields to the consumer of
`RegistrationForm` via the `onValdiationChange` callback, instead of just the
most recent error.

In addition, we notify the consumer for any validation change, whether success
or failure. This allows old validation messages to be properly cleared. It also
allows the consumer to be aware of multiple validation errors and display the
next one after you have fixed the first.

Fixes https://github.com/vector-im/riot-web/issues/8769
2019-02-21 14:44:39 +00:00
..
structures Report validity state of all registration fields on any change 2019-02-21 14:44:39 +00:00
views Report validity state of all registration fields on any change 2019-02-21 14:44:39 +00:00