Skip to content
Snippets Groups Projects
Commit 4f83cdea authored by Tom Robinson's avatar Tom Robinson
Browse files

Filter placeholder text

parent da69887e
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ export default class TextPicker extends Component {
type="text"
value={value}
onChange={(e) => this.setValue(index, e.target.value)}
placeholder="Enter desired value"
autoFocus={true}
/>
{ index > 0 ?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment