-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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 shows both placeholder and aria-placeholder, and thats an issue #7132
Comments
Confirmed this is an issue on react.carbondesign |
placeholder was added in this pr #6819 |
I think you can just use "or null" to make sure the placeholder is not used if it is not given, i.e.
Do you need to support IE11? If not, then you don't need to use The only "modern" reason to use |
This is not a fix, it does not fix the issue, it just hides it if its null. |
any ETA on this? |
not yet, it's being looked into |
Using accessibility-checker we see that there is an issue with textarea - its adding both placeholer and aria-placeholder which is an issue.
As an aside, in my code I do not add placeholder at all
The text was updated successfully, but these errors were encountered: