Street testing fixes

This commit is contained in:
Robin Davies
2021-12-31 10:30:31 -05:00
parent d717a742b9
commit 96584fd4a7
17 changed files with 868 additions and 116 deletions
+1 -1
View File
@@ -203,7 +203,7 @@ const FullScreenIME =
<Typography variant="body2">{this.props.caption}</Typography>
<Input key={value}
type="number"
defaultValue={control.formatValue(value)}
defaultValue={control.formatShortValue(value)}
error={this.state.error}
autoFocus
inputProps={{