feat: 更新表单输入组件的 schemaMemoKey,确保唯一性
This commit is contained in:
@ -47,5 +47,5 @@ export const form: FormKitTypeDefinition = {
|
||||
'incompleteMessage', // 抱歉,部分字段未被正确填写。
|
||||
],
|
||||
features: [forms, disablesChildren],
|
||||
// schemaMemoKey: 'rorzq1rsrf',
|
||||
schemaMemoKey: 'i90xrn9dyre', // Math.random().toString(36).substring(2, 15)
|
||||
};
|
||||
|
@ -32,7 +32,7 @@ export const PInputPassword: FormKitTypeDefinition = {
|
||||
messages(),
|
||||
),
|
||||
features: [casts],
|
||||
// schemaMemoKey: 'g2f31c24kjh', // Math.random().toString(36).substring(2, 15)
|
||||
schemaMemoKey: '9h771fci93n', // Math.random().toString(36).substring(2, 15)
|
||||
};
|
||||
|
||||
declare module '@formkit/inputs' {
|
||||
|
@ -32,7 +32,7 @@ export const PInputText: FormKitTypeDefinition = {
|
||||
messages(),
|
||||
),
|
||||
features: [casts],
|
||||
// schemaMemoKey: 'g2f31c24kjh', // Math.random().toString(36).substring(2, 15)
|
||||
schemaMemoKey: 'nnvujvlf2xr', // Math.random().toString(36).substring(2, 15)
|
||||
};
|
||||
|
||||
declare module '@formkit/inputs' {
|
||||
|
Reference in New Issue
Block a user