Update accessibility.md

removed additional tag's close />
This commit is contained in:
Eslam Gamal Khoga
2018-07-02 11:01:51 +02:00
committed by GitHub
parent 26892808f4
commit cf4e7fcff4

View File

@@ -199,7 +199,6 @@ class Parent extends React.Component {
);
}
}
/>
// Now you can set focus when required.
this.inputElement.current.focus();