diff --git a/web/app/components/input/input.jsx b/web/app/components/input/input.jsx index 0726d6ae..439a083e 100644 --- a/web/app/components/input/input.jsx +++ b/web/app/components/input/input.jsx @@ -20,6 +20,8 @@ export default class Input extends Component { if (this.props.autoFocus) { this.fieldNode.focus(); } + + this.fieldNode.value = ''; } onKeyDown(e) {