DNNCommunity / dnn-elements

Collection of Dnn Stencil custom elements
https://dnncommunity.github.io/dnn-elements/
MIT License
16 stars 10 forks source link

setCustomValidity("") does not remove the red border until blur #1176

Closed valadas closed 1 week ago

valadas commented 1 week ago

In other ways as soon as a data goes from invalid to valid, the red border around the fieldset wrapping our fileds goes away. If setCustomValidity("") is used to set it valid, that behavior does not happen until the field is blurred.

valadas commented 1 week ago

Done in #1179