From c9c564cd2d8ac75417862c805ac036bd2844a989 Mon Sep 17 00:00:00 2001 From: zernonia Date: Mon, 30 Dec 2024 13:02:40 +0800 Subject: [PATCH 1/2] fix(PinInput): placeholder not showing after reseting the value programatically --- .../radix-vue/src/PinInput/PinInputInput.vue | 25 +++++++++++++------ 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/packages/radix-vue/src/PinInput/PinInputInput.vue b/packages/radix-vue/src/PinInput/PinInputInput.vue index 3aff8bdb9..3e3423c8b 100644 --- a/packages/radix-vue/src/PinInput/PinInputInput.vue +++ b/packages/radix-vue/src/PinInput/PinInputInput.vue @@ -12,7 +12,7 @@ export interface PinInputInputProps extends PrimitiveProps {