Browse Source
Update accessibility.md
removed additional tag's close />
main
Eslam Gamal Khoga
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
content/docs/accessibility.md
|
|
@ -199,7 +199,6 @@ class Parent extends React.Component { |
|
|
|
); |
|
|
|
} |
|
|
|
} |
|
|
|
/> |
|
|
|
|
|
|
|
// Now you can set focus when required. |
|
|
|
this.inputElement.current.focus(); |
|
|
|