Skip to content

Commit 3395ccb

Browse files
feat(vue): added isOpen prop deffor MultiDropdownList
1 parent 29a6d24 commit 3395ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reactivesearch/vue/list/MultiDropdownList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ export default {
248248
enable creating a URL query string parameter based on the selected value of the list. This is useful for sharing URLs with the component state. Defaults to `false`.
249249
- **showLoadMore** `Boolean` [optional]
250250
defaults to `false` and works only with elasticsearch >= 6 since it uses [composite aggregations](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-composite-aggregation.html). This adds a "Load More" button to load the aggs on demand combined with the `size` prop. Composite aggregations are in beta and this is an experimental API which might change in a future release.
251-
251+
- **isOpen** `Boolean` [optional] When set to `true` the dropdown is displayed on the initial render. Defaults to `false`.
252252
## Demo
253253

254254
<br/>

0 commit comments

Comments
 (0)