mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
[Chore] Fix typo in index.en-US.md (#26703)
This commit is contained in:
parent
0472da5a40
commit
4270fc7e12
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user