autocomplete not working after upgrading

More
7 years 8 months ago - 7 years 8 months ago #2492 by andrea_4g
Replied by andrea_4g on topic autocomplete not working after upgrading
*** PLEASE DISREGARD MY PREVIOUS COMMENTS ***

I just noticed that the control is behaving correctly.

When you type S, you are are presented with the options that cointain the letter 'S'.

Afghanistan
Australia
Austria
...
Last edit: 7 years 8 months ago by andrea_4g.

Please Log in or Create an account to join the conversation.

More
7 years 8 months ago #2493 by sa
hmmm.. yes i'm using jce editor.

i talked to the guy here at work who usually does the posts and he is telling me the functionality used to be that the "s" autoscrolls to words with "s" as the first letter, not just to any word containing the letter "s"?

Please Log in or Create an account to join the conversation.

More
7 years 8 months ago #2494 by andrea_4g
Replied by andrea_4g on topic autocomplete not working after upgrading
Here's a quick way to alter the default behavior of the "chosen" control, when tagging (as in assigning tags from within an article):

Edit file:
administrator/components/com_customproperties/views/tagging/tmpl/default.php

Change line 26 from:
Code:
JHtml::_('formbehavior.chosen', 'select.chosen');
to:
Code:
JHtml::_('formbehavior.chosen', 'select.chosen', null, array('search_contains' => false));

Please Log in or Create an account to join the conversation.

More
7 years 8 months ago #2495 by sa
This was very helpful. Thanks Andrea!

Please Log in or Create an account to join the conversation.

Time to create page: 0.164 seconds