Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component does not work together with vaadin-combo-box-flow #11

Closed
symVmueller opened this issue Jul 24, 2019 · 2 comments
Closed

Component does not work together with vaadin-combo-box-flow #11

symVmueller opened this issue Jul 24, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@symVmueller
Copy link

Issue:
When using multiselect-combo-box-flow in a project with vaadin-combo-box-flow apparently there is a problem whilst building the frontend with webpack. The Build is successful, but results in most of the used webcomponents throwing Errors.
For example:

  • undefined connectors for various components (context menu, select, grid, ...)
  • unsupported operation in vaadin-combo-box-item.js:178

Expected:
No errors and working components when using vaadin-core components with multiselect-combo-box-flow

Sidenote:
This might be a vaadin-flow issue, but since i'm not sure about that it is posted here.

@gatanaso
Copy link
Owner

Hi @symVmueller

Thank you for reporting this issue. I will look into it and get back to you when I have more information.

BR

@gatanaso gatanaso added the bug Something isn't working label Jul 29, 2019
@gatanaso
Copy link
Owner

Hi @symVmueller

I believe the issues were caused by conflicting dependencies that were being pulled in by the web component. I have updated the flow integration and published a new release candidate version compatible with Vaadin 14:

<dependency>
   <groupId>org.vaadin.gatanaso</groupId>
   <artifactId>multiselect-combo-box-flow</artifactId>
   <version>2.0.0.rc2</version>
</dependency>

Please give it a try and let me know if there are any issues.

BR,
Goran

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants