aFarkas/remote-list

Not working in Safari 8.0

wottpal opened this issue · 1 comments

I've created an input-element like this in html:

                   <input id="input-anliegen" name="anliegen" type="text"
                           placeholder="z.B. Haarentfernung"
                           data-list-highlight="true"
                           data-list-value-completion="true" />

Filled the remote-list with javascript:

$('#input-anliegen').remoteList({
    minLength: 0,
    maxLength: 0,
    source: function(value, response){
        response(["...", ".."]);
    }
});

And everything works just fine in Chrome and Firefox, in Safari the textfield looks like that:
bildschirmfoto 2014-10-27 um 15 10 47

There is an extra chooser, which I want to be included in the prior textfield, just like in Chrome and Firefox.

dimm0 commented

Too bad the project seems to be abandoned.. Works great in other browsers