Skip to content

Commit 16c3417

Browse files
feat(vue): added isOpen prop deffor SingleDropdownList
1 parent 3395ccb commit 16c3417

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

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

214215
<br/>

0 commit comments

Comments
 (0)