Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working in Safari 8.0 #5

Open
wottpal opened this issue Oct 27, 2014 · 1 comment
Open

Not working in Safari 8.0 #5

wottpal opened this issue Oct 27, 2014 · 1 comment

Comments

@wottpal
Copy link

wottpal commented Oct 27, 2014

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
Copy link

dimm0 commented Jan 11, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants