-
Notifications
You must be signed in to change notification settings - Fork 141
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
Make width option work after init #344
Comments
Please provide a demo fiddle, see #61 |
Thank you @fnagel . Please try this fiddle: http://jsfiddle.net/znb03qtg/1/ |
Ok, now I see what you want to do. No, thats not possible in this fork but in the official selectmenu. |
Okay, thanks! |
So this issue could be closed? |
Yes, please. Or keep it as a feature request, if you wish. :-) |
Ok, thanks for the feedback. I will leave it open but this fork will only get bugfixes as we now have the official selectmenu widget. Paid feature development is still possible. |
Is there a way to resize (change width of) a select menu widget, without destroying and recreating it?
I have a select menu in a container. The menu must dynamically resize itself when the container resizes.
I tried
but it didn't work. Then I tried
but it only seemed to change the menuWidth, not the widget with.
The text was updated successfully, but these errors were encountered: