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
Is it possible to change the width of the suggestion list?
See here: https://codepen.io/anon/pen/vdMdxB
If you start to type "Aus" then I want to see the full value:
I see that the width is same as the input text field width: https://github.com/Pixabay/JavaScript-autoComplete/blob/master/auto-complete.js#L68
Is there any specific reason for that? ( how can I overwrite that? )
The text was updated successfully, but these errors were encountered:
It's been a while, but I had this issue as well and the workaround was adding this to my css:
.autocomplete-suggestion { width: unset; }
I couldn't figure out where it was inheriting something else from, though. Anyway, maybe it can help someone in the future.
Sorry, something went wrong.
No branches or pull requests
Is it possible to change the width of the suggestion list?
See here: https://codepen.io/anon/pen/vdMdxB
If you start to type "Aus" then I want to see the full value:
I see that the width is same as the input text field width: https://github.com/Pixabay/JavaScript-autoComplete/blob/master/auto-complete.js#L68
Is there any specific reason for that? ( how can I overwrite that? )
The text was updated successfully, but these errors were encountered: