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
An attempt to fix this using visibility: collapse was partly successful - it works on firefox but not on Chrom*
The issue is if the button is fully hidden (with display: none) the width of the input must be increased so that the component width stays identical when the button is visible.
Description
On the storybook, I still see a similar issue but only due to the close button:
Expected behavior
Placeholder is visible in the full width when the close button is hidden
The text was updated successfully, but these errors were encountered: