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