web-components
web-components copied to clipboard
fix: prevent possible errors in custom-field checkValidity
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