From c1c8e470fd57948399c648653e435ef94848cf82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Fri, 6 Dec 2024 16:32:23 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20PSelect=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=EF=BC=8C=E4=BF=AE=E6=94=B9=20schemaMemoKey?= =?UTF-8?q?=20=E4=BB=A5=E4=BC=98=E5=8C=96=E6=80=A7=E8=83=BD?= 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 53d964c..e4dbb82 100644 --- a/src/__fk-inputs__/inputs/p-select.tsx +++ b/src/__fk-inputs__/inputs/p-select.tsx @@ -115,7 +115,7 @@ export const PSelect: FormKitTypeDefinition = { messages(), ), props: ['options', 'optionLabel', 'optionValue'], - // schemaMemoKey: 'nnvujvlf2xr', // Math.random().toString(36).substring(2, 15) + schemaMemoKey: 'nip9j70lb1', // Math.random().toString(36).substring(2, 15) }; // eslint-disable-next-line @typescript-eslint/no-explicit-any