You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added multiselect-combo-box-flow to the (Maven) dependencies of a Spring Boot project and noticed that the application suddenly showed the MultiselectComboBox banner. I did not yet define any banner and it was no problem to replace it with an own banner, since those are loaded with higher priority. However, I would suggest to remove the banner.txt since such a behaviour is not what I would expect of a library-type dependency.
The text was updated successfully, but these errors were encountered:
Thanks for reporting the issue. I think the banner has been auto-generated when initially creating the project via the vaadin plugin. I do agree that the component should probably not display a banner on the app level, even if the app has not set one.
I added
multiselect-combo-box-flow
to the (Maven) dependencies of a Spring Boot project and noticed that the application suddenly showed the MultiselectComboBox banner. I did not yet define any banner and it was no problem to replace it with an own banner, since those are loaded with higher priority. However, I would suggest to remove thebanner.txt
since such a behaviour is not what I would expect of a library-type dependency.The text was updated successfully, but these errors were encountered: