Skip to content

Commit

Permalink
Adding "category on fly" functionality when create/edit contact. Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vinespie authored and wilsonge committed Sep 3, 2016
1 parent 611cb2e commit d6c8ea8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit d6c8ea8

Please sign in to comment.