You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Demo will NOT work (JS error: Uncaught Error: cannot call methods on button prior to initialization; attempted to call method 'widget'), until you change the name attribute from one form element (buttongroup or select).
F.e.:
Change the name attribute from the select element from name="q" to name="q-other-name"
And the two components will work together. The problem is, that the logic of the form also changes. I need to have the same name attribute on both elements.
The text was updated successfully, but these errors were encountered:
I have a problem with selectmenu in combination with the jQuery UI Button component.
I prepared a Demo:
http://jsfiddle.net/danielkoch/zRFSr/
This Demo will NOT work (JS error: Uncaught Error: cannot call methods on button prior to initialization; attempted to call method 'widget'), until you change the name attribute from one form element (buttongroup or select).
F.e.:
Change the name attribute from the select element from name="q" to name="q-other-name"
Demo: http://jsfiddle.net/danielkoch/zRFSr/4/
And the two components will work together. The problem is, that the logic of the form also changes. I need to have the same name attribute on both elements.
The text was updated successfully, but these errors were encountered: