From d6c8ea8c704a5c29f25a4137ade0281f40c699e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=3D=3FUTF-8=3Fq=3FVincent=3D20Espi=3DC3=3DA9=3F=3D?= Date: Sat, 3 Sep 2016 12:22:32 +0100 Subject: [PATCH] Adding "category on fly" functionality when create/edit contact. Fixes #11354 --- .../components/com_contact/views/contact/tmpl/edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/administrator/components/com_contact/views/contact/tmpl/edit.php b/administrator/components/com_contact/views/contact/tmpl/edit.php index 0069c6244d539..5594f92bdf559 100644 --- a/administrator/components/com_contact/views/contact/tmpl/edit.php +++ b/administrator/components/com_contact/views/contact/tmpl/edit.php @@ -14,7 +14,7 @@ JHtml::_('behavior.formvalidator'); JHtml::_('behavior.keepalive'); -JHtml::_('formbehavior.chosen', 'select'); +JHtml::_('formbehavior.chosen', 'select', null, array('disable_search_threshold' => 0 )); $app = JFactory::getApplication(); $input = $app->input;