We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f86265 commit 86cb364Copy full SHA for 86cb364
packages/demo/src/options/options42.html
@@ -18,7 +18,7 @@ <h2 class="bd-title">
18
</span>
19
</h2>
20
<div class="demo-subtitle">
21
- Use <code>lazyLoad: callback</code> to lazy load data only after clicking and opening the select dropdown.
+ Use <code>{ lazyData: () => Promise }</code> to lazy load data only after clicking and opening the select dropdown.
22
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.
23
You can refresh the page, or click the button to retest the lazy loading.
24
Also note that any pre-selected options will only show up after the data is fully loaded.
0 commit comments