From 755f4f9935a4ac805ff65214168986a97f103d59 Mon Sep 17 00:00:00 2001 From: ansibleguy76 Date: Thu, 16 Jan 2025 14:39:59 +0100 Subject: [PATCH] add multiple --- docs/_data/help.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/_data/help.yaml b/docs/_data/help.yaml index 3f1947b..c6c35ac 100644 --- a/docs/_data/help.yaml +++ b/docs/_data/help.yaml @@ -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