Fixed #6969 - FloatLabel: Float Label Doesn't Reset When Password Component is Cleared Programmatically
parent
84f8ff9693
commit
f8911e789e
|
@ -6,7 +6,7 @@
|
|||
:type="inputType"
|
||||
:class="[cx('pcInputText'), inputClass]"
|
||||
:style="inputStyle"
|
||||
:value="d_value"
|
||||
:defaultValue="d_value"
|
||||
:name="$formName"
|
||||
:aria-labelledby="ariaLabelledby"
|
||||
:aria-label="ariaLabel"
|
||||
|
|
Loading…
Reference in New Issue