@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.192
1
+ 0.0.193
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@afeefa/vue-app",
3
- "version": "0.0.192",
3
+ "version": "0.0.193",
4
4
  "description": "",
5
5
  "author": "Afeefa Kollektiv <kollektiv@afeefa.de>",
6
6
  "license": "MIT",
@@ -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()) {