- Posts: 1122
- Thank you received: 163
autocomplete not working after upgrading
- andrea_4g
- Offline
- Administrator
Less
More
8 years 3 months ago - 8 years 3 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
...
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: 8 years 3 months ago by andrea_4g.
Please Log in or Create an account to join the conversation.
- sa
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 49
- Thank you received: 0
8 years 3 months ago #2493
by sa
Replied by sa on topic autocomplete not working after upgrading
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"?
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.
- andrea_4g
- Offline
- Administrator
Less
More
- Posts: 1122
- Thank you received: 163
8 years 3 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:
to:
Edit file:
administrator/components/com_customproperties/views/tagging/tmpl/default.php
Change line 26 from:
Code:
JHtml::_('formbehavior.chosen', 'select.chosen');
Code:
JHtml::_('formbehavior.chosen', 'select.chosen', null, array('search_contains' => false));
Please Log in or Create an account to join the conversation.
- sa
- Topic Author
- Offline
- Senior Member
Less
More
- Posts: 49
- Thank you received: 0
8 years 3 months ago #2495
by sa
Replied by sa on topic autocomplete not working after upgrading
This was very helpful. Thanks Andrea!
Please Log in or Create an account to join the conversation.
Time to create page: 0.132 seconds