We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
There is an extra chooser, which I want to be included in the prior textfield, just like in Chrome and Firefox.
The text was updated successfully, but these errors were encountered:
Too bad the project seems to be abandoned.. Works great in other browsers
Sorry, something went wrong.
No branches or pull requests
I've created an input-element like this in html:
Filled the remote-list with javascript:
And everything works just fine in Chrome and Firefox, in Safari the textfield looks like that:
There is an extra chooser, which I want to be included in the prior textfield, just like in Chrome and Firefox.
The text was updated successfully, but these errors were encountered: