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. -