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.
2 parents 8098226 + 80a2428 commit 23fd92dCopy full SHA for 23fd92d
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" sf-message="form.description"></div>
0 commit comments