@afeefa/vue-app 0.0.128 → 0.0.129
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.129
|
package/package.json
CHANGED
@@ -94,7 +94,10 @@ export default class FormFieldSearchSelect extends Mixins(FormFieldMixin) {
|
|
94
94
|
}
|
95
95
|
|
96
96
|
get listAction () {
|
97
|
-
|
97
|
+
const request = this.field
|
98
|
+
.getOptionsRequest()
|
99
|
+
.addParams(this.optionRequestParams || {})
|
100
|
+
return ListAction.fromRequest(request)
|
98
101
|
}
|
99
102
|
|
100
103
|
itemSelected (model) {
|