File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments