Skip to content
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

Input does not get disabled attibute #1565

Closed
cattermo opened this issue Apr 10, 2017 · 2 comments
Closed

Input does not get disabled attibute #1565

cattermo opened this issue Apr 10, 2017 · 2 comments
Assignees
Labels

Comments

@cattermo
Copy link

Steps

When putting disabled=true prop on Input component.

Expected Result

Disabled attribute (or similar that screen reader can interpret) should be rendered on input html.

Actual Result

I can't find anything in the html that tells a screenreader that the input is disabled.

Version

0.66.0

Testcase

See html rendered from docs example:
http://react.semantic-ui.com/elements/input#input-example-disabled

For TextArea, Dropdown and Checkbox this works fine. They all get either disabled attribute or aria-disabled attribute.

@dvdzkwsk dvdzkwsk self-assigned this Apr 10, 2017
@dvdzkwsk
Copy link
Member

Saw this myself the other day, I can pick it up.

@dvdzkwsk
Copy link
Member

Just got back to work today, will hopefully have this fixed before the day is over.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants