From e85666fec1dfc3d4a22d1063d1a5163be4740c0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Tue, 24 Dec 2024 12:15:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20PSelect=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=20invalid=20=E5=B1=9E=E6=80=A7=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/__fk-inputs__/inputs/p-select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__fk-inputs__/inputs/p-select.tsx b/src/__fk-inputs__/inputs/p-select.tsx index 17f8666..5fb3534 100644 --- a/src/__fk-inputs__/inputs/p-select.tsx +++ b/src/__fk-inputs__/inputs/p-select.tsx @@ -77,7 +77,7 @@ const SchemaComponent = defineComponent( ref={primevueSelectInstance} labelId={formkitContext.id} fluid - invalid={formkitContext.state.invalid || valueSlot.value !== undefined} + invalid={formkitContext.state.invalid} disabled={!!formkitContext.disabled} loading={loading.value} options={p_options.value}