diff --git a/formulaires/tester_select2_select_multiple.html b/formulaires/tester_select2_select_multiple.html
index d6d3142..c3ffc53 100644
--- a/formulaires/tester_select2_select_multiple.html
+++ b/formulaires/tester_select2_select_multiple.html
@@ -103,7 +103,7 @@
#SET{id,test_data_list}
-
@@ -120,6 +120,18 @@
/>
+
+ #SET{id,test_data_allow_clear}
+
+
+
+
+
diff --git a/formulaires/tester_select2_select_multiple.php b/formulaires/tester_select2_select_multiple.php
index 9e6bcce..1a80dd2 100644
--- a/formulaires/tester_select2_select_multiple.php
+++ b/formulaires/tester_select2_select_multiple.php
@@ -15,6 +15,7 @@ function formulaires_tester_select2_select_multiple_charger_dist() {
'test_on_enter_submit' => '',
'test_data_list' => '',
'test_data_list_tags' => '',
+ 'test_data_allow_clear' => '',
];
}
diff --git a/formulaires/tester_select2_select_unique.html b/formulaires/tester_select2_select_unique.html
index 4873ed1..fa5142e 100644
--- a/formulaires/tester_select2_select_unique.html
+++ b/formulaires/tester_select2_select_unique.html
@@ -109,6 +109,18 @@
/>
+
+ #SET{id,test_data_allow_clear}
+
+
+
+
+
diff --git a/formulaires/tester_select2_select_unique.php b/formulaires/tester_select2_select_unique.php
index e341b40..9169d12 100644
--- a/formulaires/tester_select2_select_unique.php
+++ b/formulaires/tester_select2_select_unique.php
@@ -14,6 +14,7 @@ function formulaires_tester_select2_select_unique_charger_dist() {
'test_highlight' => '',
'test_on_enter_submit' => '',
'test_data_list' => '',
+ 'test_data_allow_clear' => '',
];
}