We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd3552 commit c967efbCopy full SHA for c967efb
1 file changed
README.md
@@ -1044,7 +1044,7 @@ class ParentComponent extends React.Component {
1044
1045
The uncontrolled components will be implemented using the below steps,
1046
1047
- 1. Create a ref using useRef react hook in function component or `React.createRef()` in function component.
+ 1. Create a ref using useRef react hook in function component or `React.createRef()` in class based component.
1048
2. Attach this ref to the form element.
1049
3. The form element value can be accessed directly through `ref` in event handlers or `componentDidMount` for class components
1050
0 commit comments