feat: 更新 PSelect 组件,修改 schemaMemoKey 以优化性能
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user