Skip to content

Commit

Permalink
doc: add questions(customize action) (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuqiao1 authored and janryWang committed Sep 1, 2019
1 parent 83bffd0 commit baecbaa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/Tutorials/Questions.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,5 @@ effects函数其实有点类似于vue3.0的setup函数,它只在函数构造

可以的,@uform/react拥有完全的json-schema扩展能力,你只要每次registerFormField的时候不要用connect包装器对自定义组件包装,就能针对json-schema的各种属性做功能扩展了,而不是单纯的x-props

## 11. 如何自定义action?
目前,通过createFormActions或者createAsyncFormActions方法可以获取11种基础的表单操作方法。如果你需要根据业务场景自定义action,可以结合[react/eva](https://github.com/janryWang/react-eva)实现

0 comments on commit baecbaa

Please sign in to comment.