DNNCommunity / dnn-elements

Collection of Dnn Stencil custom elements
https://dnncommunity.github.io/dnn-elements/
MIT License
16 stars 10 forks source link

Fixed an issue that caused label to overlay prefix/suffix #1122

Closed valadas closed 2 months ago

valadas commented 2 months ago

dnn-input supports having a prefix or suffix as slots. Because the label floats as a placeholder until either the component is focused or has a value, this label could partially cover those elements.

With this PR, the prefix or suffix only show once the label slides up.

Closes #1056