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 display: none is applied to a prefix or suffix slot of a textarea, the slots are visually hidden, but their occupied space is not removed, resulting in layout inconsistencies.
<spanslot="prefix" [hidden]="properties.hidePrefix"><igc-iconname="face"></igc-icon></span>
`````` HTML
### Workaround
NO
### Is this a regression?
No or unsure. This never worker, or I haven't tried before.
### Affected versions
all
### Browser/OS/Node environment
all
The text was updated successfully, but these errors were encountered:
simeonoff
changed the title
Textarea - prefix/suffix preserve space after hiddne with display none
Textarea - prefix/suffix preserve space after hidden with display none
Dec 19, 2024
Which component(s) are affected?
Textarea
Description
When display: none is applied to a prefix or suffix slot of a textarea, the slots are visually hidden, but their occupied space is not removed, resulting in layout inconsistencies.
Screen.Recording.2024-12-05.at.17.40.41.mov
Screen.Recording.2024-12-05.at.17.49.47.mov
Reproduction
Add display none to a prefix/suffix slot
The text was updated successfully, but these errors were encountered: