You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -246,7 +246,9 @@ _Example radio field_
246
246
>The select field allows selection via dropdown using the select element.
247
247
248
248
##### options (array, required)
249
-
>`options` is an array of options for the select form field to display. Each option should be an object with a `name`(string). You may optionally add a `group` to some or all of your options.
249
+
>`options` it can be an array or an object:
250
+
- an array of options for the select form field to display. Each option should be an object with a `name`(string). You may optionally add a `group` to some or all of your options.
251
+
- an object with key an value pairs used in combination with ngOptions ([Example](http://jsbin.com/gikiji/3/edit?js,output)).
250
252
251
253
##### labelProp (string, optional)
252
254
>`labelProp` is what is used for what is shown to the user. Defaults to `name`
0 commit comments