Skip to content

Commit 8b17331

Browse files
committed
doc
1 parent ffb3ae8 commit 8b17331

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONFIG.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ Example:
269269
`asyncFetch` should support format `async (Array selectedValues) => { values: Array }` +
270270
where `selectedValues` - array of values (string/number) and `values` - list of `{title: string, value: mixed, groupTitle?: string}` +
271271
Example for `multiselect`: `asyncFetch(['#FFFF00', '#008000', '#20B2A2'])` should be resolved with `[{title: "Yellow", value: "#FFFF00"}, {title: "Green", value: "#008000"}]` to display color names in UI. (Assuming `#20B2A2` is a custom value entered by user) +
272-
Example for `select`: `asyncFetch(['#FFFF00'])` should be resolved with `[{title: "Yellow", value: "#FFFF00"}]`.
272+
Example for `select`: `asyncFetch(['#FFFF00'])` should be resolved with `[{title: "Yellow", value: "#FFFF00"}]`. +
273+
See `logic/autocomplete` data in demo app.
273274
|===
274275

275276
{nbsp} +

0 commit comments

Comments
 (0)