From 28ff670dc5c3da84c0f85d31ae345e513cd6d722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Mon, 23 Dec 2024 18:32:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=81=A2=E5=A4=8D=20PCascadeSelect=20?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=B8=AD=E7=9A=84=20schemaMemoKey=20?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/__fk-inputs__/inputs/p-cascade-select.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__fk-inputs__/inputs/p-cascade-select.tsx b/src/__fk-inputs__/inputs/p-cascade-select.tsx index c48dab1..a9115eb 100644 --- a/src/__fk-inputs__/inputs/p-cascade-select.tsx +++ b/src/__fk-inputs__/inputs/p-cascade-select.tsx @@ -95,7 +95,7 @@ export const PCascadeSelect: FormKitTypeDefinition = { messages(), ), props: ['options', 'optionLabel', 'optionValue'], - // schemaMemoKey: '72psvunq45', // Math.random().toString(36).substring(2, 15) + schemaMemoKey: '72psvunq45', // Math.random().toString(36).substring(2, 15) }; type OptionsType = CascadeSelectProps['options'];