mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-22 22:16:18 +08:00
fix: form component events bind (#5137)
* fix: from component events bind * chore: update docs * chore: default value and docs sync
This commit is contained in:
@@ -14,8 +14,6 @@ setupVbenForm<ComponentType>({
|
||||
Upload: 'fileList',
|
||||
CheckboxGroup: 'model-value',
|
||||
},
|
||||
// select等组件的筛选功能会抛出input事件,需要禁用表单的input事件监听以免错误地更新了组件值
|
||||
disabledOnInputListener: true,
|
||||
},
|
||||
defineRules: {
|
||||
required: (value, _params, ctx) => {
|
||||
|
Reference in New Issue
Block a user