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 86 forks source link

fix: disable validation of internal text-field #1052

Closed vursen closed 12 months ago

vursen commented 12 months ago

Description

The PR disables the internal text-field's validation so that it doesn't override the propagated invalid state.

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

Type of change

vursen commented 12 months ago

The tests failed in iOS Simulator due to a timeout. I think it's not a big deal since they passed in all the other environments.