Skip to content

Commit 86cb364

Browse files
committed
chore(demo): improve example documentation [refresh gh-pages]
1 parent 0f86265 commit 86cb364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/demo/src/options/options42.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ <h2 class="bd-title">
1818
</span>
1919
</h2>
2020
<div class="demo-subtitle">
21-
Use <code>lazyLoad: callback</code> to lazy load data only after clicking and opening the select dropdown.
21+
Use <code>&#123; lazyData: () => Promise &#125;</code> to lazy load data only after clicking and opening the select dropdown.
2222
Note that once the data is loaded, it no longer needs to be lazy loaded again and so re-opening the select dropdown will show instantly afterward.
2323
You can refresh the page, or click the button to retest the lazy loading.
2424
Also note that any pre-selected options will only show up after the data is fully loaded.

0 commit comments

Comments
 (0)