mirror of
https://github.com/mmalmi/mmalmi.github.io.git
synced 2025-06-23 16:05:39 +00:00
.
This commit is contained in:
parent
4973dd041a
commit
5131e08084
@ -41,7 +41,10 @@ class TextInput extends React.Component {
|
|||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<form class="box">
|
<form class="box">
|
||||||
<input placeholder="Type something" type="text" value={this.state.text} onChange={e => this.onInput(e)} />
|
<input placeholder="Type something"
|
||||||
|
type="text"
|
||||||
|
value={this.state.text}
|
||||||
|
onChange={e => this.onInput(e)} />
|
||||||
</form>
|
</form>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user