fix: form support disabledOnInputListener
(#5127)
* fix: form support `disabledOnInputListener` * chore: docs update
This commit is contained in:
@@ -139,6 +139,7 @@ const [Form, formApi] = useVbenForm({
|
||||
fieldName: 'select',
|
||||
label: 'Select',
|
||||
componentProps: {
|
||||
filterable: true,
|
||||
options: [
|
||||
{ value: 'A', label: '选项A' },
|
||||
{ value: 'B', label: '选项B' },
|
||||
|
Reference in New Issue
Block a user