FlowingCode / ChipFieldAddon

Vaadin Flow integration of https://github.com/ThomasCybulski/paper-chip
Apache License 2.0
7 stars 5 forks source link

cannot disable underline or label #70

Open duclad opened 2 months ago

duclad commented 2 months ago

Describe the bug

trying to disable underline and label from paper-input-container but is not working

Expected behavior

No response

Minimal reproducible example

No response

Add-on Version

latest

Vaadin Version

24

Additional information

No response

javier-godoy commented 2 months ago

Hello. In https://github.com/PolymerElements/paper-input/issues/459#issuecomment-264510073 it proposes using a CSS style mixin, which is Polymer specific stuff no longer supported in Vaadin 23+

In #55 we added ThemableMixin support for the web components provided by this add-on (paper-chip, paper-chip-input and paper-chip-input-autocomplete), but paper-chip-input-autocomplete uses paper-input which is not under our control.

We should consider replacing paper-input with some other component that does not rely on obsolete features.