Fix #34
This commit is contained in:
parent
72a5e2b857
commit
be09e349b9
File diff suppressed because one or more lines are too long
@ -14,7 +14,7 @@ export class InputNumberController extends Controller {
|
||||
}
|
||||
|
||||
get string() {
|
||||
return `${Math.round(this.stateObj.state)}`
|
||||
return `${parseFloat(this.stateObj.state)}`;
|
||||
}
|
||||
|
||||
get isOff() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user