Right now, input validation runs on form init, and since the inputs are empty on init, it reports an error.
#1173 makes it better by only validating on input, but it still starts screaming after the first character.
Happy to prepare a PR once #1173 is merged.
Right now, input validation runs on form init, and since the inputs are empty on init, it reports an error.
#1173 makes it better by only validating on input, but it still starts screaming after the first character.
Happy to prepare a PR once #1173 is merged.