vaadin / vaadin-combo-box-flow

Vaadin Flow Java API for vaadin/vaadin-combo-box Web Component
https://vaadin.com/components/vaadin-combo-box
Other
5 stars 9 forks source link

Regression: combo-box connector broken for CCDM #313

Closed manolo closed 4 years ago

manolo commented 4 years ago

This line breaks CCDM, because vaadin client bootstrap is not eagerly loaded

https://github.com/vaadin/vaadin-combo-box-flow/commit/bc663c7838744bb83eb2f0c96e2c39ef238115a0#diff-457231bc4349d550c284f120d6873bd1R6

Connectors should not assume that bootStrapper has been run when they are loaded, they should delay things until the connector is actually called