We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c5e847 commit 53d3642Copy full SHA for 53d3642
templates/pages/admin/form/condition_handler_templates/input.html.twig
@@ -32,7 +32,7 @@
32
33
<input
34
class="me-2 form-control value-selector flex-grow-1 min-width-200"
35
- value="{{ input_value }}"
+ value="{{ input_value is array ? "" : input_value }}"
36
name="{{ input_name }}"
37
placeholder="{{ __("Enter a value...") }}"
38
data-glpi-conditions-editor-value
0 commit comments