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 7f2298e commit 43a9044Copy full SHA for 43a9044
src/components/TimeWidget/editor.tsx
@@ -40,7 +40,7 @@ class TimeWidgetEditor extends Component<Props, TimeWidgetProps> {
40
fullWidth
41
variant="outlined"
42
onChange={(e) => {
43
- this.setState({ ...this.state, size: e.target.value });
+ this.setState({ ...this.state, size: parseFloat(e.target.value) });
44
}}
45
value={this.state.size}
46
/>
0 commit comments