We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 074a47b commit 58d5cf4Copy full SHA for 58d5cf4
ep16-new-css/app/components/App.jsx
@@ -58,7 +58,9 @@ export default class App extends React.Component {
58
return <div>
59
<h1> TODO </h1>
60
<form onSubmit={this.handleSubmit.bind(this)}>
61
- <input onChange={this.handleChange.bind(this)} value={this.state.title} />
+ <input type="text"
62
+ onChange={this.handleChange.bind(this)}
63
+ value={this.state.title} />
64
<button> Submit </button>
65
</form>
66
0 commit comments