vaadin / vaadin-combo-box

The Web Component for displaying a list of items with filtering. Part of the Vaadin components.
https://vaadin.com/components
Apache License 2.0
115 stars 85 forks source link

feat: fire a validated event on validation and add shouldSetInvalid method #1040

Closed mukherjeesudebi closed 1 year ago

mukherjeesudebi commented 1 year ago

Description

1.Fires a validated event when the web component's validation takes place. 2.Adds a protected shouldSetInvalid() method. It will be used for preventing the web component from modifying the client-side invalid state on the Flow side afterward."

Fixes # (issue)

Type of change

Checklist

Additional for Feature type of change

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.