web-components icon indicating copy to clipboard operation
web-components copied to clipboard

fix: prevent possible errors in custom-field checkValidity

Open web-padawan opened this issue 1 year ago • 1 comments

Description

Fixes https://github.com/vaadin/flow-components/issues/6739

Updated checkValidity() method to check that this.inputs and this.value are defined before accessing them.

Type of change

  • Bugfix

web-padawan avatar Oct 23 '24 10:10 web-padawan