diff --git a/administrator/components/com_actionlogs/config.xml b/administrator/components/com_actionlogs/config.xml
index 59c301dbecd62..89931ca7ff71c 100644
--- a/administrator/components/com_actionlogs/config.xml
+++ b/administrator/components/com_actionlogs/config.xml
@@ -31,6 +31,7 @@
multiple="true"
layout="joomla.form.field.list-fancy-select"
default="com_banners,com_cache,com_categories,com_checkin,com_config,com_contact,com_content,com_fields,com_guidedtours,com_installer,com_media,com_menus,com_messages,com_modules,com_newsfeeds,com_plugins,com_redirect,com_scheduler,com_tags,com_templates,com_users"
+ data-render-selected-choices="auto"
/>
diff --git a/administrator/components/com_config/forms/application.xml b/administrator/components/com_config/forms/application.xml
index 8f48019424b54..126f5e27dc135 100644
--- a/administrator/components/com_config/forms/application.xml
+++ b/administrator/components/com_config/forms/application.xml
@@ -1182,6 +1182,7 @@
layout="joomla.form.field.list-fancy-select"
default="all"
validate="options"
+ data-render-selected-choices="auto"
>
diff --git a/administrator/components/com_contact/config.xml b/administrator/components/com_contact/config.xml
index 85608932e1eec..39f9a03ecc288 100644
--- a/administrator/components/com_contact/config.xml
+++ b/administrator/components/com_contact/config.xml
@@ -338,6 +338,7 @@
context="com_users.user"
addfieldprefix="Joomla\Component\Fields\Administrator\Field"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
>
diff --git a/administrator/components/com_contact/forms/contact.xml b/administrator/components/com_contact/forms/contact.xml
index 6e4754dd826dd..f56f89e1c2ab4 100644
--- a/administrator/components/com_contact/forms/contact.xml
+++ b/administrator/components/com_contact/forms/contact.xml
@@ -604,6 +604,7 @@
context="com_users.user"
addfieldprefix="Joomla\Component\Fields\Administrator\Field"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
>
diff --git a/administrator/components/com_content/forms/filter_articles.xml b/administrator/components/com_content/forms/filter_articles.xml
index a79e0f62f4c76..012c2c39add94 100644
--- a/administrator/components/com_content/forms/filter_articles.xml
+++ b/administrator/components/com_content/forms/filter_articles.xml
@@ -64,6 +64,7 @@
layout="joomla.form.field.list-fancy-select"
hint="JOPTION_SELECT_ACCESS"
class="js-select-submit-on-change"
+ data-render-selected-choices="auto"
/>
diff --git a/administrator/components/com_content/forms/filter_featured.xml b/administrator/components/com_content/forms/filter_featured.xml
index 8e4a479156c83..e3da165200a8c 100644
--- a/administrator/components/com_content/forms/filter_featured.xml
+++ b/administrator/components/com_content/forms/filter_featured.xml
@@ -50,6 +50,7 @@
layout="joomla.form.field.list-fancy-select"
hint="JOPTION_SELECT_ACCESS"
class="js-select-submit-on-change"
+ data-render-selected-choices="auto"
/>
diff --git a/administrator/components/com_content/tmpl/articles/default.xml b/administrator/components/com_content/tmpl/articles/default.xml
index a8f618eb70da6..20034b4200dcd 100644
--- a/administrator/components/com_content/tmpl/articles/default.xml
+++ b/administrator/components/com_content/tmpl/articles/default.xml
@@ -45,6 +45,7 @@
layout="joomla.form.field.list-fancy-select"
class="multipleAuthors"
filter="array"
+ data-render-selected-choices="auto"
>
@@ -67,6 +68,7 @@
layout="joomla.form.field.list-fancy-select"
filter="intarray"
validate="options"
+ data-render-selected-choices="auto"
/>
diff --git a/administrator/components/com_users/config.xml b/administrator/components/com_users/config.xml
index acf8fd56e2b58..66b32377708ec 100644
--- a/administrator/components/com_users/config.xml
+++ b/administrator/components/com_users/config.xml
@@ -227,6 +227,7 @@
layout="joomla.form.field.list-fancy-select"
client="site"
multiple="1"
+ data-render-selected-choices="auto"
/>
diff --git a/components/com_finder/tmpl/search/default.xml b/components/com_finder/tmpl/search/default.xml
index af6fc21585675..cef3c43ac28d1 100644
--- a/components/com_finder/tmpl/search/default.xml
+++ b/components/com_finder/tmpl/search/default.xml
@@ -276,6 +276,7 @@
multiple="true"
validate="options"
showon="show_sort_order:1"
+ data-render-selected-choices="auto"
>
diff --git a/components/com_tags/tmpl/tag/default.xml b/components/com_tags/tmpl/tag/default.xml
index 3e542ba6f4547..4025ba079412d 100644
--- a/components/com_tags/tmpl/tag/default.xml
+++ b/components/com_tags/tmpl/tag/default.xml
@@ -29,6 +29,7 @@
label="COM_TAGS_FIELD_TYPE_LABEL"
layout="joomla.form.field.list-fancy-select"
multiple="true"
+ data-render-selected-choices="auto"
/>
diff --git a/plugins/fields/editor/editor.xml b/plugins/fields/editor/editor.xml
index 9436b8a933d61..33ac1fd44e9e9 100644
--- a/plugins/fields/editor/editor.xml
+++ b/plugins/fields/editor/editor.xml
@@ -42,6 +42,7 @@
folder="editors-xtd"
multiple="true"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
/>
diff --git a/plugins/fields/url/url.xml b/plugins/fields/url/url.xml
index 94966d62b3da4..8f1a7f67ad611 100644
--- a/plugins/fields/url/url.xml
+++ b/plugins/fields/url/url.xml
@@ -30,6 +30,7 @@
multiple="true"
layout="joomla.form.field.list-fancy-select"
validate="options"
+ data-render-selected-choices="auto"
>
diff --git a/plugins/schemaorg/article/article.xml b/plugins/schemaorg/article/article.xml
index 4d67da0d191f5..92425e01d98bd 100644
--- a/plugins/schemaorg/article/article.xml
+++ b/plugins/schemaorg/article/article.xml
@@ -28,6 +28,7 @@
description="JSCHEMAORG_EXTENSION_ALLOWED_DESCRIPTION"
multiple="multiple"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
/>
diff --git a/plugins/schemaorg/blogposting/blogposting.xml b/plugins/schemaorg/blogposting/blogposting.xml
index 036227ab4fc42..4935b719370d1 100644
--- a/plugins/schemaorg/blogposting/blogposting.xml
+++ b/plugins/schemaorg/blogposting/blogposting.xml
@@ -28,6 +28,7 @@
description="JSCHEMAORG_EXTENSION_ALLOWED_DESCRIPTION"
multiple="multiple"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
/>
diff --git a/plugins/schemaorg/book/book.xml b/plugins/schemaorg/book/book.xml
index f519b7b4040c1..8118a1a03282b 100644
--- a/plugins/schemaorg/book/book.xml
+++ b/plugins/schemaorg/book/book.xml
@@ -28,6 +28,7 @@
description="JSCHEMAORG_EXTENSION_ALLOWED_DESCRIPTION"
multiple="multiple"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
/>
diff --git a/plugins/schemaorg/custom/custom.xml b/plugins/schemaorg/custom/custom.xml
index 08f250797d967..eefd7c57ab049 100644
--- a/plugins/schemaorg/custom/custom.xml
+++ b/plugins/schemaorg/custom/custom.xml
@@ -28,6 +28,7 @@
description="JSCHEMAORG_EXTENSION_ALLOWED_DESCRIPTION"
multiple="multiple"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
/>
diff --git a/plugins/schemaorg/event/event.xml b/plugins/schemaorg/event/event.xml
index f5e71d4e50a7d..aedfe12494170 100644
--- a/plugins/schemaorg/event/event.xml
+++ b/plugins/schemaorg/event/event.xml
@@ -28,6 +28,7 @@
description="JSCHEMAORG_EXTENSION_ALLOWED_DESCRIPTION"
multiple="multiple"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
/>
diff --git a/plugins/schemaorg/jobposting/jobposting.xml b/plugins/schemaorg/jobposting/jobposting.xml
index d1fa4d0e7232a..0b63127287db5 100644
--- a/plugins/schemaorg/jobposting/jobposting.xml
+++ b/plugins/schemaorg/jobposting/jobposting.xml
@@ -28,6 +28,7 @@
description="JSCHEMAORG_EXTENSION_ALLOWED_DESCRIPTION"
multiple="multiple"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
/>
diff --git a/plugins/schemaorg/organization/organization.xml b/plugins/schemaorg/organization/organization.xml
index a4b6d3ade26f5..838e111278b20 100644
--- a/plugins/schemaorg/organization/organization.xml
+++ b/plugins/schemaorg/organization/organization.xml
@@ -28,6 +28,7 @@
description="JSCHEMAORG_EXTENSION_ALLOWED_DESCRIPTION"
multiple="multiple"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
/>
diff --git a/plugins/schemaorg/person/person.xml b/plugins/schemaorg/person/person.xml
index a5ff79f659434..8f745227d742a 100644
--- a/plugins/schemaorg/person/person.xml
+++ b/plugins/schemaorg/person/person.xml
@@ -28,6 +28,7 @@
description="JSCHEMAORG_EXTENSION_ALLOWED_DESCRIPTION"
multiple="multiple"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
/>
diff --git a/plugins/schemaorg/recipe/recipe.xml b/plugins/schemaorg/recipe/recipe.xml
index d1f72547082f5..16f64294466ca 100644
--- a/plugins/schemaorg/recipe/recipe.xml
+++ b/plugins/schemaorg/recipe/recipe.xml
@@ -28,6 +28,7 @@
description="JSCHEMAORG_EXTENSION_ALLOWED_DESCRIPTION"
multiple="multiple"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
/>
diff --git a/plugins/system/actionlogs/forms/actionlogs.xml b/plugins/system/actionlogs/forms/actionlogs.xml
index 07840b824ed05..5090a9c8c4c34 100644
--- a/plugins/system/actionlogs/forms/actionlogs.xml
+++ b/plugins/system/actionlogs/forms/actionlogs.xml
@@ -23,6 +23,7 @@
layout="joomla.form.field.list-fancy-select"
showon="actionlogsNotify:1"
default="com_content"
+ data-render-selected-choices="auto"
/>
diff --git a/plugins/system/httpheaders/httpheaders.xml b/plugins/system/httpheaders/httpheaders.xml
index 97836280cb951..4539f748bea57 100644
--- a/plugins/system/httpheaders/httpheaders.xml
+++ b/plugins/system/httpheaders/httpheaders.xml
@@ -269,6 +269,7 @@
class="col-md-4"
validate="options"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
>
diff --git a/plugins/workflow/featuring/featuring.xml b/plugins/workflow/featuring/featuring.xml
index b4d7e9c5498b9..a5f2d471c732c 100644
--- a/plugins/workflow/featuring/featuring.xml
+++ b/plugins/workflow/featuring/featuring.xml
@@ -29,6 +29,7 @@
description="JWORKFLOW_EXTENSION_ALLOWED_DESCRIPTION"
multiple="multiple"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
/>
diff --git a/plugins/workflow/notification/forms/action.xml b/plugins/workflow/notification/forms/action.xml
index 603b53a4c5d83..273d104e98e1a 100644
--- a/plugins/workflow/notification/forms/action.xml
+++ b/plugins/workflow/notification/forms/action.xml
@@ -43,6 +43,7 @@
multiple="true"
layout="joomla.form.field.list-fancy-select"
showon="notification_send_mail:1"
+ data-render-selected-choices="auto"
/>
diff --git a/plugins/workflow/notification/notification.xml b/plugins/workflow/notification/notification.xml
index 2531119572176..910cd0ff2494b 100644
--- a/plugins/workflow/notification/notification.xml
+++ b/plugins/workflow/notification/notification.xml
@@ -29,6 +29,7 @@
description="JWORKFLOW_EXTENSION_ALLOWED_DESCRIPTION"
multiple="multiple"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
/>
diff --git a/plugins/workflow/publishing/publishing.xml b/plugins/workflow/publishing/publishing.xml
index 37dbcd7971019..e6a68d875d989 100644
--- a/plugins/workflow/publishing/publishing.xml
+++ b/plugins/workflow/publishing/publishing.xml
@@ -29,6 +29,7 @@
description="JWORKFLOW_EXTENSION_ALLOWED_DESCRIPTION"
multiple="multiple"
layout="joomla.form.field.list-fancy-select"
+ data-render-selected-choices="auto"
/>