From cfa61ce238010fe23a3790e5ed533de6789ffb08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Fri, 22 Jul 2022 22:02:04 +0300 Subject: [PATCH] Refactor #2801 - InputNumber --- src/views/inputnumber/InputNumberDoc.vue | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/src/views/inputnumber/InputNumberDoc.vue b/src/views/inputnumber/InputNumberDoc.vue index 0bfdee4cd..72010cb0b 100755 --- a/src/views/inputnumber/InputNumberDoc.vue +++ b/src/views/inputnumber/InputNumberDoc.vue @@ -278,6 +278,12 @@ Vertical false When present, it specifies that an input field is read-only. + + inputId + string + null + Style class of the component input field. + inputStyle any @@ -290,18 +296,6 @@ Vertical null Style class of the input field. - - style - any - null - Inline style of the component. - - - class - string - null - Style class of the element. -