We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25bbaa commit 80a2428Copy full SHA for 80a2428
src/directives/decorators/bootstrap/select.html
@@ -9,7 +9,7 @@
9
sf-changed="form"
10
class="form-control {{form.fieldHtmlClass}}"
11
schema-validate="form"
12
- ng-options="item.value as item.name for item in form.titleMap"
+ ng-options="item.value as item.name group by item.group for item in form.titleMap"
13
name="{{form.key.slice(-1)[0]}}">
14
</select>
15
<div class="help-block"
0 commit comments