Skip to content

Commit

Permalink
fix typo (#804)
Browse files Browse the repository at this point in the history
初始哈字段值应为初始化字段值
  • Loading branch information
TopGrd authored Apr 17, 2020
1 parent e4d4201 commit ef10275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/antd/README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ ReactDOM.render(<App />, document.getElementById('root'))
| name | 字段名 | [FormPathPattern](#FormPathPattern) | |
| dataType | 数据类型(array/object) | string | |
| value | 字段值 | any | |
| initialValue | 初始哈字段值 | any | |
| initialValue | 初始化字段值 | any | |
| values | 字段集合, 从 onChange 获取的所有参数 | any | |
| triggerType | 字段触发校验类型 | 'onChange' `|` 'onBlur' | |
| getValueFromEvent | 字段变更时,从 event 中获取 value 的计算函数 | (...args: any[]) => any | |
Expand Down Expand Up @@ -433,7 +433,7 @@ const App = () => {
| path | 字段路径 | [FormPathPattern](#FormPathPattern) | |
| name | 字段名 | [FormPathPattern](#FormPathPattern) | |
| value | 字段值 | any | |
| initialValue | 初始哈字段值 | any | [] |
| initialValue | 初始化字段值 | any | [] |
| values | 字段集合, 从 onChange 获取的所有参数 | any | |
| triggerType | 字段触发校验类型 | 'onChange' `|` 'onBlur' | |
| getValueFromEvent | 字段变更时,从 event 中获取 value 的计算函数 | (...args: any[]) => any | |
Expand Down

0 comments on commit ef10275

Please sign in to comment.