autocomplete file sets works no more
Permalink
Hello,
I am using concrete for a site for some years now. In the beginning when i added an image and i typed the file set name in the search box the file sets below would disappear until the typed word-fileset remained. For some time now this doesn't work anymore, typing doesn't make the selection of file sets smaller, i have to scroll to select my file sets.
Because my typing is faster than my scrolling i would like to fix this.
When i right-click on the text box i get
with an attribute autocomplete="off"
is there a setting somewhere to turn this attribute back on, this would improve my productivity a lot :)
thank you
I am using concrete for a site for some years now. In the beginning when i added an image and i typed the file set name in the search box the file sets below would disappear until the typed word-fileset remained. For some time now this doesn't work anymore, typing doesn't make the selection of file sets smaller, i have to scroll to select my file sets.
Because my typing is faster than my scrolling i would like to fix this.
When i right-click on the text box i get
<input id="fsAddToSearchName" type="text" name="fsAddToSearchName" value="" autocomplete="off" class="ccm-input-text">
with an attribute autocomplete="off"
is there a setting somewhere to turn this attribute back on, this would improve my productivity a lot :)
thank you
I believe that might come from root/concrete/elements/files/add_to_sets.php line 138.
I will take a look at that file next time i'm at my computer, but if it's located in the concrete folder it's intended not to work?
What version of C5 are you using?
The latest version, but i'm having this problem for a while now, it started at least three versions ago