[Chore] Fix typo in index.en-US.md (#26703)

This commit is contained in:
Sam Kah Chiin 2020-09-11 16:47:47 +08:00 committed by GitHub
parent 0472da5a40
commit 4270fc7e12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -338,7 +338,7 @@ Before Modal opens, children elements do not exist in the view. You can set `for
Components inside Form.Item with name property will turn into controlled mode, which makes `defaultValue` not work anymore. Please try `initialValues` of Form to set default value.
### Why can not call `ref` of From at first time?
### Why can not call `ref` of Form at first time?
`ref` only receives the mounted instance. please ref React official doc: https://reactjs.org/docs/refs-and-the-dom.html#accessing-refs