We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5772fff commit a344eceCopy full SHA for a344ece
1 file changed
README.md
@@ -178,7 +178,7 @@ import { Input } from 'react-chat-elements'
178
179
// clear text eg:
180
<Input
181
- ref='input'
+ ref='input'
182
placeholder="Type here..."/>
183
184
this.refs.input.clear();
@@ -199,6 +199,7 @@ this.refs.input.clear();
199
| inputStyle | none | object | inputStyle object |
200
| leftButtons | none | object(component) | left buttons component |
201
| rightButtons | none | object(component) | right buttons component |
202
+| inputRef | none | ref(component) | input or textarea ref |
203
204
205
## Button Component
0 commit comments