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

setWidth doesn't change the size of the textfield doesn't change. #27

Open
AlexRoig opened this issue Aug 31, 2023 · 2 comments
Open

setWidth doesn't change the size of the textfield doesn't change. #27

AlexRoig opened this issue Aug 31, 2023 · 2 comments

Comments

@AlexRoig
Copy link

When setting Autocomplete::setWidth("350px") only the autocomplete box increases its size. The textfield remains the default size.

Autocomplete autocomplete = new Autocomplete(20);
autocomplete.setWidth("350px");

image
image

@allenvpn312
Copy link

Is there a fix for this? I am having the same problem.

@randomuser1231232
Copy link

randomuser1231232 commented Mar 21, 2024

Is there a workaround for this? This does nothing for me:
.autocomplete input { width: 290px; }

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

3 participants