From 7d6e55e7a9c5d0aeba75e449663ff425817054d0 Mon Sep 17 00:00:00 2001 From: mertsincan Date: Tue, 13 Oct 2020 16:44:55 +0300 Subject: [PATCH] Update inputnumber doc --- src/views/inputnumber/InputNumberDoc.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/views/inputnumber/InputNumberDoc.vue b/src/views/inputnumber/InputNumberDoc.vue index 28e85996a..3877455fe 100755 --- a/src/views/inputnumber/InputNumberDoc.vue +++ b/src/views/inputnumber/InputNumberDoc.vue @@ -272,6 +272,18 @@ Vertical 1 Step factor to increment/decrement the value. + + inputStyle + any + null + Inline style of the input field. + + + inputClass + string + null + Style class of the input field. +