Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit d52da6a

Browse files
committed
Adding note about using standard control props in Control. Fixes #628
1 parent 9726951 commit d52da6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/api/Control.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ You can add your own types to the basic `<Control>` component as an attribute:
3838

3939
For making custom controls that work with React Redux Form, see the [custom controls documentation](../guides/custom-controls.md).
4040

41+
**Note:** Any standard valid control props, such as `name, disabled, onChange, onBlur, onFocus, onKeyPress`, etc. will be passed directly to the control, so feel free to use them.
42+
4143
```jsx
4244
import React from 'react';
4345
import { Control } from 'react-redux-form';

0 commit comments

Comments
 (0)