Simon Guo
Simon Guo
@o624366705 https://github.com/simonguo/hbook
@tidyjiang8 hbook 是基于一个很老的版本gitbook修改的, 和现在gibbook 的文档肯定是对不上了,我抽空看一下,希望可以解决你的所有问题。
`schema-typed` only models and data validation. As for the trigger of the check should be handled by the component. https://github.com/rsuite/rsuite/blob/next/src/FormControl/FormControl.tsx#L123
In some cases, the check is not triggered only by onBlur and onChange. The Type in `schema-typed` is only used to define validation rules. Reference design: ```html ```
There are currently no performance related tests. I will complete it later. If you are interested in this, you can try it.
Typescript types declaration in rsuite https://github.com/rsuite/rsuite/blob/master/src/Schema/index.d.ts Usage https://rsuitejs.com/en/components/schema
`schema-typed ` should indeed have a separate typescript type definition. If you like, I hope you can submit a PR.
能否通过 codesandbox 复现一下你的问题?
你在你的环境试一下最新版本,看看是否存在同样的问题 ``` npm i rsuite-table@next ```
@jiandandkl 通过 codesandbox 提供一下你完整的代码。