design-system
design-system copied to clipboard
[bug]: background missing on disabled textarea label
🐞 Describe the bug
When a textarea is disabled, its floating label does not have a background.
🛠️ To Reproduce
Steps to reproduce the behavior:
- Go to the textarea documentation: https://next.design-system.post.ch/?path=/docs/152b7268-cce0-43d7-b931-41a57370f9a0--docs
- Add overflowing text as content to the textarea
- Disable the textarea with the control
- See error
✨ Expected behavior
The label should have a background, as it has when the textarea is enabled.