Skip to content

Commit 952b069

Browse files
author
Jiaqi Liu
committed
update readme
1 parent c4f0da8 commit 952b069

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ Happy to use react-formutil in the project based on `react-bootstrap` ^\_^
66

77
[react-bootstrap](https://github.com/react-bootstrap/react-bootstrap) 项目,结合[react-formutil](https://github.com/qiqiboy/react-formutil) 来快速构建表单。
88

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+
915
<!-- vim-markdown-toc GFM -->
1016

1117
- [安装 Installation](#安装-installation)
@@ -364,7 +370,7 @@ import { CheckboxGroup, RadioGroup } from 'react-bootstrap-formutil';
364370

365371
#### `给组件设置的 onChange、onFocus 等方法无效、不执行`
366372

367-
`FormGroup`会覆盖掉直接添加到 antd 组件上的`onFocus` `onBlur` `onChange`方法,所以如果需要这三个事件方法,需要添加到
373+
`FormGroup`会覆盖掉直接添加到 react-bootstrap 组件上的`onFocus` `onBlur` `onChange`方法,所以如果需要这三个事件方法,需要添加到
368374
`FormGroup`上:
369375

370376
```javascript

0 commit comments

Comments
 (0)