This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngOptions: non-grouped options shouldn't float to the top when using group by #10531
Closed
Description
Example fiddle where non-grouped options incorrectly always float to the top: http://jsfiddle.net/raxzauyL/ (against 1.3.7)
The expected behavior is that the options
should be interspersed between the optgroups
, not bunched at the top. I've tried setting the group
by value to '', undefined, null, and even removing the key from the obj completely, but none seem to work.