feat: 移除不必要的属性,优化 PInputText 组件的代码
This commit is contained in:
@ -25,8 +25,6 @@ export const PInputText: FormKitTypeDefinition = {
|
||||
props: {
|
||||
invalid: '$state.invalid',
|
||||
type: '$type',
|
||||
'a-typeeeee': '$type',
|
||||
'b-typeeeee': 'bbb',
|
||||
disabled: '$disabled',
|
||||
name: '$node.name',
|
||||
onInput: '$handlers.DOMInput',
|
||||
|
Reference in New Issue
Block a user