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 660a44c commit 3d68dd2Copy full SHA for 3d68dd2
app/components/ui/input/index.js
@@ -72,7 +72,7 @@ export const Input = observer(class Input extends Component {
72
</span>}
73
<input
74
style={color && {color: SVARS[color]}}
75
- value={store[accessor]}
+ value={store[accessor] || ''}
76
onChange={this.onChange}
77
onKeyDown={this.onKeyDown}
78
ref={this.inputRef}
0 commit comments