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
I had an override for choice_widget_options.html.php as a work around for #19016. I noticed that has since been fixed so wanted to give it a try. When I removed the override to use stock, I noticed that each option of the select inherited it's id and name attributes as well. This caused issues for me with JS getElementById(). Should a check be in place to not set the parent's id and name?