--- /user/selector/module.js
+++ /user/selector/module.js
@@ -275,6 +275,7 @@
                     option.set('selected', true);
                 }
             } else {
+                optgroup.set('label', groupname);
                 optgroup.append(Y.Node.create('<option disabled="disabled">\u00A0</option>'));
             }
             this.listbox.append(optgroup);
