Skip to content

Commit b818e6f

Browse files
authored
Merge pull request #270 from appbaseio/feat/rs-vue-testing
feat(vue): adds def for isOpen prop in dropdown list components
2 parents b2fdecc + 16c3417 commit b818e6f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ export default {
250250
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`.
251251
- **showLoadMore** `Boolean` [optional]
252252
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.
253-
253+
- **isOpen** `Boolean` [optional] When set to `true` the dropdown is displayed on the initial render. Defaults to `false`.
254254
## Demo
255255

256256
<br/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ You can use render as a slot as shown below:
211211
- **showLoadMore** `Boolean` [optional]
212212
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.
213213

214+
- **isOpen** `Boolean` [optional] When set to `true` the dropdown is displayed on the initial render. Defaults to `false`.
214215
## Demo
215216

216217
<br/>

0 commit comments

Comments
 (0)