diff --git a/src/components/mobile/NumberPadSheet.vue b/src/components/mobile/NumberPadSheet.vue index a1346c76..dbd5cef2 100644 --- a/src/components/mobile/NumberPadSheet.vue +++ b/src/components/mobile/NumberPadSheet.vue @@ -361,6 +361,8 @@ function close(): void { function onSheetOpen(): void { currentValue.value = getInitedStringValue(props.modelValue, props.flipNegative); + previousValue.value = ''; + currentSymbol.value = ''; } function onSheetClosed(): void {