diff --git a/content/docs/reactivesearch/vue/list/MultiDropdownList.md b/content/docs/reactivesearch/vue/list/MultiDropdownList.md index 1761a0056..36f1b0fc2 100644 --- a/content/docs/reactivesearch/vue/list/MultiDropdownList.md +++ b/content/docs/reactivesearch/vue/list/MultiDropdownList.md @@ -248,7 +248,7 @@ export default { 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`. - **showLoadMore** `Boolean` [optional] 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. - +- **isOpen** `Boolean` [optional] When set to `true` the dropdown is displayed on the initial render. Defaults to `false`. ## Demo
diff --git a/content/docs/reactivesearch/vue/list/SingleDropdownList.md b/content/docs/reactivesearch/vue/list/SingleDropdownList.md index ac8110224..4f37f62f6 100644 --- a/content/docs/reactivesearch/vue/list/SingleDropdownList.md +++ b/content/docs/reactivesearch/vue/list/SingleDropdownList.md @@ -209,6 +209,7 @@ You can use render as a slot as shown below: - **showLoadMore** `Boolean` [optional] 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. +- **isOpen** `Boolean` [optional] When set to `true` the dropdown is displayed on the initial render. Defaults to `false`. ## Demo