mirror of
https://github.com/mmalmi/mmalmi.github.io.git
synced 2025-04-19 10:51:19 +00:00
.
This commit is contained in:
parent
4973dd041a
commit
5131e08084
@ -41,7 +41,10 @@ class TextInput extends React.Component {
|
||||
render() {
|
||||
return (
|
||||
<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>
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user