Hi Goran, how to support IE11? Thanks in advance Matteo

Hi Goran,
how to support IE11?

Thanks in advance
Matteo

Hi Matteo,

Would it be possible to get more details? For example, how are you using the component, is it part of an existing Vaadin application? If so, have you tried doing a production build:

https://vaadin.com/docs/v13/flow/production/tutorial-production-mode-basic.html

As it is stated in the above document: “Transpilation in Flow means converting all ES6 JavaScript to ES5 JavaScript format for older browsers which for us is IE 11 and Safari 9”

Looking forward to your reply,

Goran

Hi Goran,
thank for your quick reply :)

My application uses either Vaadin comboboxes and multiselects.
I made a production build to test it in IE11.

When I tested in IE11, Vaadin comboboxes were visible, but,
multiselects didn’t show up (they weren’t visible).

Hope it helps
Thank you very much indeed.
Matteo

Hi Matteo,

Thank you for clarifying :)

It would seem that there is some issue that I need to investigate further. Could you please create a ticket here: https://github.com/gatanaso/multiselect-combo-box-flow/issues

BR,

Goran

Hi Goran,
as requested, I opened a ticket about the issue.
https://github.com/gatanaso/multiselect-combo-box-flow/issues/9

Hope it helps.
Thank you very much indeed.
Matteo

Hi Matteo,

Thank you for creating the issue and the sample project. I have had an initial look at it, and it seems there is an issue with the web component itself for IE11. I might need to resolve that first before proceeding with the flow integration and I cannot say how much time that might take.

BR,

Goran

Hi Goran,
thank you very much indeed.
Matteo

Hi Matteo,

I have updated the multiselect-combo-box to work in IE 11 and also bumped and released a new version of the MultiselectComboBox flow integration: https://github.com/gatanaso/multiselect-combo-box/releases/tag/v1.0.1

Please feel free to test the udpate and let me know if there are any issues.

BR,

Goran