-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[textarea] missing icons implementation #2926
Labels
Needs Design Guidance
Issues that need input from Material designers to proceed
Type: Feature
New feature or request
Comments
Thanks for the bug! This is definitely a documentation issue since textarea does not have icons. |
asyncLiz
added
Why: Improve documentation
Needs Design Guidance
Issues that need input from Material designers to proceed
Type: Feature
New feature or request
and removed
Type: Bug
Something isn't working
labels
Nov 15, 2021
couldn't find any ref to textarea in the material.io guidelines. |
yinonov
added a commit
to yinonov/material-components-web-components
that referenced
this issue
Nov 15, 2021
copybara-service bot
pushed a commit
that referenced
this issue
Jul 14, 2023
Fixes #4171, #1305, #2926 Changes: - Added "textarea" type (matches native <textarea>, which has a "type" property like `<input>`) - Moved pointer-events to the label wrapper so it wouldn't overlap content - Made resizable field respect min-height - Remove resize handle when field is disabled PiperOrigin-RevId: 547614040
copybara-service bot
pushed a commit
that referenced
this issue
Jul 18, 2023
Fixes #4171, #1305, #2926 Changes: - Added "textarea" type (matches native <textarea>, which has a "type" property like `<input>`) - Moved pointer-events to the label wrapper so it wouldn't overlap content - Made resizable field respect min-height - Remove resize handle when field is disabled PiperOrigin-RevId: 547614040
copybara-service bot
pushed a commit
that referenced
this issue
Jul 18, 2023
Fixes #4171, #1305, #2926 Changes: - Added "textarea" type (matches native <textarea>, which has a "type" property like `<input>`) - Moved pointer-events to the label wrapper so it wouldn't overlap content - Made resizable field respect min-height - Remove resize handle when field is disabled PiperOrigin-RevId: 549104722
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Needs Design Guidance
Issues that need input from Material designers to proceed
Type: Feature
New feature or request
Describe the bug
textarea documents
icon
andtrailingicon
as part of its API but in practice there's no implementationmaterial-web/packages/textarea/mwc-textarea-base.ts
Lines 97 to 114 in 987a534
Expected behavior
textarea should implement icons in template
The text was updated successfully, but these errors were encountered: