File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export default {
9393 onInput ($event ) {
9494 let value = $event .target .value ;
9595 switch (this .schema .inputType .toLowerCase ()) {
96- case " number" :
96+ case " number" :
9797 case " range" :
9898 if ($event .target .valueAsNumber ) {
9999 value = $event .target .valueAsNumber ;
@@ -110,6 +110,7 @@ export default {
110110 },
111111
112112 mounted () {
113+ console .log (' this.schema.inputType' ,this .schema .inputType )
113114 switch (this .schema .inputType .toLowerCase ()) {
114115 case " number" :
115116 case " range" :
@@ -138,7 +139,7 @@ export default {
138139
139140 created () {
140141 if (this .schema .inputType .toLowerCase () == " file" ) {
141- console .warn (" The 'file' type in input field is deprecated. Use 'file' field instead." );
142+ console .warn (" The 'file' type in input field is deprecated. Use 'file' field instead." );
142143 }
143144 }
144145};
You can’t perform that action at this time.
0 commit comments