This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Closed
Description
Bugs
Follow the template below and include a codepen to ensure the quickest and most accurate response to your issue.
What MDC Web Version are you using?
0.37.1
What browser(s) is this bug affecting?
all
What OS are you using?
MacOS High Sierra
What are the steps to reproduce the bug?
It's a visual bug. I looked through the Material spec and it doesn't specifically talk about Textareas which I'm assuming means they should match non textarea inputs.
- With no additional additional stying. My guess is the texarea should just be underlined
- Both with outlined. I'd think this would be a common example and these should match
- Both with box. Also seems like a viable example where they should match. This also shows a rendering issue where the textarea label actually has a light background color.
What is the expected behavior?
Pending someone telling me the spec says otherwise, they should all match.
What is the actual behavior?
They don't
I'm really looking for opportunities to fix things upstream, this is another one I'd be happy to take on if someone just points me in the right direction.