File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Happy to use react-formutil in the project based on `react-bootstrap` ^\_^
6
6
7
7
在 [ react-bootstrap] ( https://github.com/react-bootstrap/react-bootstrap ) 项目,结合[ react-formutil] ( https://github.com/qiqiboy/react-formutil ) 来快速构建表单。
8
8
9
+ > ** 如果你在使用其他 react 组件库,可以查阅:**
10
+ >
11
+ > 1 . ant-design [ ` react-antd-formutil ` ] ( https://github.com/qiqiboy/react-antd-formutil ) [ ![ npm] ( https://img.shields.io/npm/v/react-antd-formutil.svg?style=flat )] ( https://npm.im/react-antd-formutil )
12
+ > 1 . react-md [ ` react-md-formutil ` ] ( https://github.com/qiqiboy/react-md-formutil ) [ ![ npm] ( https://img.shields.io/npm/v/react-md-formutil.svg?style=flat )] ( https://npm.im/react-md-formutil )
13
+ > - Material-UI [ ` react-material-formutil ` ] ( https://github.com/qiqiboy/react-material-formutil ) [ ![ npm] ( https://img.shields.io/npm/v/react-material-formutil.svg?style=flat )] ( https://npm.im/react-material-formutil )
14
+
9
15
<!-- vim-markdown-toc GFM -->
10
16
11
17
- [ 安装 Installation] ( #安装-installation )
@@ -364,7 +370,7 @@ import { CheckboxGroup, RadioGroup } from 'react-bootstrap-formutil';
364
370
365
371
#### ` 给组件设置的 onChange、onFocus 等方法无效、不执行 `
366
372
367
- ` FormGroup ` 会覆盖掉直接添加到 antd 组件上的` onFocus ` ` onBlur ` ` onChange ` 方法,所以如果需要这三个事件方法,需要添加到
373
+ ` FormGroup ` 会覆盖掉直接添加到 react-bootstrap 组件上的` onFocus ` ` onBlur ` ` onChange ` 方法,所以如果需要这三个事件方法,需要添加到
368
374
` FormGroup ` 上:
369
375
370
376
``` javascript
You can’t perform that action at this time.
0 commit comments