From f8911e789edd36771542d3cbf7345df5cc89e86f Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Fri, 27 Dec 2024 13:31:05 +0300 Subject: [PATCH] Fixed #6969 - FloatLabel: Float Label Doesn't Reset When Password Component is Cleared Programmatically --- packages/primevue/src/password/Password.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/primevue/src/password/Password.vue b/packages/primevue/src/password/Password.vue index d773cf72f..e4530af0a 100755 --- a/packages/primevue/src/password/Password.vue +++ b/packages/primevue/src/password/Password.vue @@ -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"