@@ -38,7 +38,7 @@ exports[`auto-complete disabled 1`] = `
3838 <div class = " var-field-decorator__controller var-field-decorator--disabled" style = " overflow: visible; --field-decorator-middle-offset-left: 0px; --field-decorator-middle-offset-width: 0px; --field-decorator-middle-offset-height: 0px;" >
3939 <div class = " var-field-decorator__icon" ></div >
4040 <div class = " var-field-decorator__middle" >
41- <!--v-if--><input id = " var-input-mock-id" class = " var-input__input var-input--disabled" autocomplete = " off" disabled = " " type = " text" value = " a " >
41+ <!--v-if--><input id = " var-input-mock-id" class = " var-input__input var-input--disabled" autocomplete = " off" disabled = " " type = " text" >
4242 </div >
4343 <!--v-if-->
4444 <div class = " var-field-decorator__icon" >
@@ -96,7 +96,7 @@ exports[`auto-complete modelValue 1`] = `
9696 <div class = " var-field-decorator__controller" style = " cursor: text; overflow: hidden; --field-decorator-middle-offset-left: 0px; --field-decorator-middle-offset-width: 0px; --field-decorator-middle-offset-height: 0px;" >
9797 <div class = " var-field-decorator__icon" ></div >
9898 <div class = " var-field-decorator__middle" >
99- <!--v-if--><input id = " var-input-mock-id" class = " var-input__input" autocomplete = " off" type = " text" value = " " >
99+ <!--v-if--><input id = " var-input-mock-id" class = " var-input__input" autocomplete = " off" type = " text" >
100100 </div >
101101 <!--v-if-->
102102 <div class = " var-field-decorator__icon" >
@@ -155,7 +155,7 @@ exports[`auto-complete readonly 1`] = `
155155 <div class = " var-field-decorator__controller" style = " overflow: visible; --field-decorator-middle-offset-left: 0px; --field-decorator-middle-offset-width: 0px; --field-decorator-middle-offset-height: 0px;" >
156156 <div class = " var-field-decorator__icon" ></div >
157157 <div class = " var-field-decorator__middle" >
158- <!--v-if--><input id = " var-input-mock-id" class = " var-input__input" autocomplete = " off" readonly = " " type = " text" value = " a " >
158+ <!--v-if--><input id = " var-input-mock-id" class = " var-input__input" autocomplete = " off" readonly = " " type = " text" >
159159 </div >
160160 <!--v-if-->
161161 <div class = " var-field-decorator__icon" >
@@ -245,7 +245,7 @@ exports[`auto-complete valiation with zod 1`] = `
245245 <div class = " var-field-decorator__controller var-field-decorator--error" style = " cursor: text; overflow: hidden; --field-decorator-middle-offset-left: 0px; --field-decorator-middle-offset-width: 0px; --field-decorator-middle-offset-height: 0px;" >
246246 <div class = " var-field-decorator__icon" ></div >
247247 <div class = " var-field-decorator__middle" >
248- <!--v-if--><input id = " var-input-mock-id" class = " var-input__input" autocomplete = " off" type = " text" value = " " >
248+ <!--v-if--><input id = " var-input-mock-id" class = " var-input__input" autocomplete = " off" type = " text" >
249249 </div >
250250 <!--v-if-->
251251 <div class = " var-field-decorator__icon" >
@@ -286,7 +286,7 @@ exports[`auto-complete valiation with zod 2`] = `
286286 <div class = " var-field-decorator__controller" style = " cursor: text; overflow: hidden; --field-decorator-middle-offset-left: 0px; --field-decorator-middle-offset-width: 0px; --field-decorator-middle-offset-height: 0px;" >
287287 <div class = " var-field-decorator__icon" ></div >
288288 <div class = " var-field-decorator__middle" >
289- <!--v-if--><input id = " var-input-mock-id" class = " var-input__input" autocomplete = " off" type = " text" value = " " >
289+ <!--v-if--><input id = " var-input-mock-id" class = " var-input__input" autocomplete = " off" type = " text" >
290290 </div >
291291 <!--v-if-->
292292 <div class = " var-field-decorator__icon" >
@@ -316,7 +316,7 @@ exports[`auto-complete validation 1`] = `
316316 <div class = " var-field-decorator__controller var-field-decorator--error" style = " cursor: text; overflow: hidden; --field-decorator-middle-offset-left: 0px; --field-decorator-middle-offset-width: 0px; --field-decorator-middle-offset-height: 0px;" >
317317 <div class = " var-field-decorator__icon" ></div >
318318 <div class = " var-field-decorator__middle" >
319- <!--v-if--><input id = " var-input-mock-id" class = " var-input__input" autocomplete = " off" type = " text" value = " " >
319+ <!--v-if--><input id = " var-input-mock-id" class = " var-input__input" autocomplete = " off" type = " text" >
320320 </div >
321321 <!--v-if-->
322322 <div class = " var-field-decorator__icon" >
@@ -357,7 +357,7 @@ exports[`auto-complete validation 2`] = `
357357 <div class = " var-field-decorator__controller" style = " cursor: text; overflow: hidden; --field-decorator-middle-offset-left: 0px; --field-decorator-middle-offset-width: 0px; --field-decorator-middle-offset-height: 0px;" >
358358 <div class = " var-field-decorator__icon" ></div >
359359 <div class = " var-field-decorator__middle" >
360- <!--v-if--><input id = " var-input-mock-id" class = " var-input__input" autocomplete = " off" type = " text" value = " " >
360+ <!--v-if--><input id = " var-input-mock-id" class = " var-input__input" autocomplete = " off" type = " text" >
361361 </div >
362362 <!--v-if-->
363363 <div class = " var-field-decorator__icon" >
0 commit comments