Allow the creation of new entries
This commit is contained in:
@ -11,7 +11,7 @@ export default class StringControl extends React.Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
return <input value={this.props.value} onChange={this.handleChange}/>;
|
||||
return <input type="text" value={this.props.value || ''} onChange={this.handleChange}/>;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user