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
[MINOR] Handle Collection as defaultValue in GUI.select()
When a Collection is passed as defaultValue to GUI.select(), use its first element as the actual default value instead of the Collection object itself.
Added unit test to verify the behavior.
0 commit comments