Skip to content

Commit 7593463

Browse files
wrong prop types edited.
1 parent a344ece commit 7593463

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,15 +191,15 @@ this.refs.input.clear();
191191
| className | none | string | optional input className |
192192
| placeholder | none | string | input placeholder text |
193193
| defaultValue | none | string | input default value |
194-
| onChange | none | object | input onChange function |
194+
| onChange | none | function | input onChange function |
195195
| multiline | false | bool | input is textarea |
196196
| autoHeight | true | bool | input auto height |
197197
| minHeight | 25 | int | input min height |
198198
| maxHeight | 200 | int | input max height |
199199
| inputStyle | none | object | inputStyle object |
200200
| leftButtons | none | object(component) | left buttons component |
201201
| rightButtons | none | object(component) | right buttons component |
202-
| inputRef | none | ref(component) | input or textarea ref |
202+
| inputRef | none | function | input or textarea ref |
203203

204204

205205
## Button Component

0 commit comments

Comments
 (0)