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
when you place a <sl-input> with the clearable attribute inside of a flex container the width changes depending on if the clear button is visible or not there is a bugfix related to this in 2.7.0
Improved the behavior of the clear button in to prevent the component’s width from shifting when toggled #1496
but this seems to not work anymore (see codepen demo), i think this got lost in this PR: #1911
Describe the bug
when you place a
<sl-input>
with the clearable attribute inside of a flex container the width changes depending on if the clear button is visible or not there is a bugfix related to this in 2.7.0but this seems to not work anymore (see codepen demo), i think this got lost in this PR: #1911
To Reproduce
Steps to reproduce the behavior:
Demo
https://codepen.io/BytePioneer/pen/RNbRMxy
The text was updated successfully, but these errors were encountered: