Fixed #6969 - FloatLabel: Float Label Doesn't Reset When Password Component is Cleared Programmatically

pull/7024/head
tugcekucukoglu 2024-12-27 13:31:05 +03:00
parent 84f8ff9693
commit f8911e789e
1 changed files with 1 additions and 1 deletions

View File

@ -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"