@afeefa/vue-app 0.0.192 → 0.0.193
Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.193
|
package/package.json
CHANGED
@@ -22,6 +22,10 @@ export default class FormFieldSelect extends Mixins(FormFieldMixin) {
|
|
22
22
|
items = null
|
23
23
|
|
24
24
|
created () {
|
25
|
+
this.reloadOptions()
|
26
|
+
}
|
27
|
+
|
28
|
+
reloadOptions () {
|
25
29
|
if (this.fieldHasOptionsRequest()) {
|
26
30
|
this.items = this.getSelectOptions()
|
27
31
|
} else if (this.fieldHasOptions()) {
|