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
When setting Autocomplete::setWidth("350px") only the autocomplete box increases its size. The textfield remains the default size.
Autocomplete::setWidth("350px")
Autocomplete autocomplete = new Autocomplete(20); autocomplete.setWidth("350px");
The text was updated successfully, but these errors were encountered:
Is there a fix for this? I am having the same problem.
Sorry, something went wrong.
Is there a workaround for this? This does nothing for me: .autocomplete input { width: 290px; }
.autocomplete input { width: 290px; }
No branches or pull requests
When setting
Autocomplete::setWidth("350px")
only the autocomplete box increases its size. The textfield remains the default size.The text was updated successfully, but these errors were encountered: