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.
Different grouping in select 1.4.10 vs. 1.5.0 vs. 1.5.4 (CodePens attached) #14781
Closed
Description
Hi guys,
after updating angular from 1.4.9 to 1.5.6 I experience a different grouping behaviour in the select when using ng-options.
Please take a look on my codepens:
http://codepen.io/hoody/pen/gMMPBg (Angular 1.4.10: expected behaviour)
http://codepen.io/hoody/pen/EyyPeJ (Angular 1.5.0: new optgroup container around option)
http://codepen.io/hoody/pen/ZOOQjq (Angular 1.5.6: new optgroup container around option AND empty optgroup before listing of optgroups)
Is this a known bug? Will it be fixed? Do you have a workaround for me? :)
Greetings,
Stefan