Skip to content

Commit

Permalink
add multiple
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy76 committed Jan 16, 2025
1 parent c8e22a1 commit 755f4f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/_data/help.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2890,6 +2890,14 @@
query: cmdb~users~{"name":"ansibleguy"}
# the query in mongodb has 3 parts, separated by ~
# database, collection and the query in valid json
- name: multiple
type: boolean
group: data
default: false
with_types: enum
short: Allow multiple selection
description: |
When you want to select multiple items from a dropdown box, set this property to true. `horizontal: true` will automatically trigger multiple.
- name: sticky
type: boolean
group: visualization
Expand Down

0 comments on commit 755f4f9

Please sign in to comment.