oops; remove some useless stuff from defaultValue of input
This commit is contained in:
@@ -141,7 +141,7 @@ export default class Input extends Component {
|
||||
<textarea
|
||||
className="input__field"
|
||||
placeholder="Your comment here"
|
||||
defaultValue={'asdasdasdas'}
|
||||
defaultValue={value}
|
||||
maxLength={maxLength}
|
||||
onInput={this.onInput}
|
||||
onKeyDown={this.onKeyDown}
|
||||
|
||||
Reference in New Issue
Block a user