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
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
Angular Schema Form External Options Add-on
2
-
===========================================
1
+
Angular Schema Form External Options
2
+
====================================
3
3
4
4
This is an add-on for [Angular Schema Form](https://github.com/Textalk/angular-schema-form/).
5
5
@@ -15,9 +15,10 @@ The external options plugin is an add-on to the Bootstrap decorator so far. To u
15
15
Usage
16
16
-----
17
17
The external options add-on adds a new default mapping.
18
+
18
19
| Format Type | Becomes |
19
20
|:--------------------|:--------------------:|
20
-
| "select-external" | A select drop down that loads its options from an external resource if they are an object with a titleMap|
21
+
| "select-external" | A select drop down that loads options from an external URI|
21
22
22
23
23
24
| Schema | Default Form type |
@@ -45,7 +46,7 @@ To add a filter to pass over the URI just add a filter called **externalOptionUr
45
46
46
47
Example
47
48
-----------------
48
-
Below is an example.
49
+
Below is an example. The variables use model.variable at the moment, considering changing that in v2 if I can find an easy way to handle it without that I am happy with.
0 commit comments