Possible bug with savedValue and email validation
Closed this issue · 1 comments
jtrein commented
When setting a default value in OpenLaw markup language, I noticed that if you blur an email field (no prior interaction), then it throws an error "something looks incorrect". If you then change the email, and then trigger a blur event, it goes away (given it's a valid email address). If you change it back to what it was before (again, a valid email address) then the error goes away as well.
Must have escaped my integration and unit tests :-(
jtrein commented
Fixed