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

Commit 65862b3

Browse files
committed
Require material-ui 1.0.0 or later.
1 parent 79402f5 commit 65862b3

File tree

3 files changed

+3005
-2941
lines changed

3 files changed

+3005
-2941
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you want to try the component yourself instead of watching a gif, head over t
1313
```shell
1414
npm i --save material-ui-chip-input@next
1515
```
16-
**Note:** This is the version for Material-UI 1.0.0-rc.0 or later. If you are using Material-UI 1.0.0-beta, you should update to the latest version. If you are still using Material-UI 0.x, you can use our [legacy version][legacy].
16+
**Note:** This is the version for Material-UI 1.0.0 or later. If you are still using Material-UI 0.x, you can use our [legacy version][legacy].
1717

1818
## Usage
1919
The component supports either controlled or uncontrolled input mode. If you use the controlled mode (by setting the `value` attribute), the `onChange` callback won't be called.

0 commit comments

Comments
 (0)