From b1f74e1703389b4e0c3ac7e2dbca44d378d31387 Mon Sep 17 00:00:00 2001 From: Yuchao Wu Date: Sun, 14 Jul 2024 10:35:10 +1000 Subject: [PATCH] chore: fix lint issue --- packages/vuetify/src/labs/VNumberInput/VNumberInput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vuetify/src/labs/VNumberInput/VNumberInput.tsx b/packages/vuetify/src/labs/VNumberInput/VNumberInput.tsx index 1812eaa0159..c025f166163 100644 --- a/packages/vuetify/src/labs/VNumberInput/VNumberInput.tsx +++ b/packages/vuetify/src/labs/VNumberInput/VNumberInput.tsx @@ -293,8 +293,8 @@ export const VNumberInput = genericComponent()({ props.class, ]} { ...textFieldProps } - centerAffix={ true } - singleLine={ false } + centerAffix + singleLine={ false } style={ props.style } inputmode="decimal" >