You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: devui/auto-complete/doc/api-en.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ In the page
24
24
| appendToBodyDirections |`Array<AppendToBodyDirection \| ConnectedPosition>`|`['rightDown','leftDown',`<br>`'rightUp','leftUp']`| Optional. The first position in the array is preferred for the direction array, for details about AppendToBodyDirection and ConnectedPosition, see dropdown |[Customized template display](demo#auto-custom)|
| delay |`number`| 300 | Optional. The search is performed only after the delay time elapses and a new value is entered. (`ms`) |[Customized template display](demo#auto-custom)|
27
-
| disabledKey |`string`| -- | Optional. Disable a single option. If the input resource source option type is an object, for example, disabled, and the disable attribute of the object is true, for example, {label: xxx, disabled: true}, this option will be disabled |[Disabled](demo#auto-disable)|
27
+
| disabledKey |`string`| -- | Optional. Disable a single option. If the input resource source option type is an object, for example, disabled, and the disabled attribute of the object is true, for example, {label: xxx, disabled: true}, this option will be disabled |[Disabled](demo#auto-disable)|
0 commit comments