|
@@ -550,8 +550,7 @@
|
|
|
:ref="'fm-'+widget.model"
|
|
:ref="'fm-'+widget.model"
|
|
|
@focus="handleOnFocus"
|
|
@focus="handleOnFocus"
|
|
|
@blur="handleOnBlur"
|
|
@blur="handleOnBlur"
|
|
|
- :props="{multiple: widget.options.multiple, checkStrictly: widget.options.checkStrictly, ...(extendProps.props ?? {})}"
|
|
|
|
|
- collapse-tags
|
|
|
|
|
|
|
+ :props="{multiple: widget.options.multiple, checkStrictly: widget.options.checkStrictly, ...(extendProps.props ?? {})}"
|
|
|
:filterable="widget.options.filterable"
|
|
:filterable="widget.options.filterable"
|
|
|
v-bind="{...widget.options.customProps, ...extendProps}"
|
|
v-bind="{...widget.options.customProps, ...extendProps}"
|
|
|
>
|
|
>
|
|
@@ -588,7 +587,6 @@
|
|
|
@focus="handleOnFocus"
|
|
@focus="handleOnFocus"
|
|
|
@blur="handleOnBlur"
|
|
@blur="handleOnBlur"
|
|
|
:props="{multiple: widget.options.multiple, checkStrictly: widget.options.checkStrictly, ...(extendProps.props ?? {})}"
|
|
:props="{multiple: widget.options.multiple, checkStrictly: widget.options.checkStrictly, ...(extendProps.props ?? {})}"
|
|
|
- collapse-tags
|
|
|
|
|
:filterable="widget.options.filterable"
|
|
:filterable="widget.options.filterable"
|
|
|
v-bind="{...widget.options.customProps, ...extendProps}"
|
|
v-bind="{...widget.options.customProps, ...extendProps}"
|
|
|
>
|
|
>
|
|
@@ -625,7 +623,6 @@
|
|
|
@focus="handleOnFocus"
|
|
@focus="handleOnFocus"
|
|
|
@blur="handleOnBlur"
|
|
@blur="handleOnBlur"
|
|
|
:props="{multiple: widget.options.multiple, checkStrictly: widget.options.checkStrictly, ...(extendProps.props ?? {})}"
|
|
:props="{multiple: widget.options.multiple, checkStrictly: widget.options.checkStrictly, ...(extendProps.props ?? {})}"
|
|
|
- collapse-tags
|
|
|
|
|
:filterable="widget.options.filterable"
|
|
:filterable="widget.options.filterable"
|
|
|
v-bind="{...widget.options.customProps, ...extendProps}"
|
|
v-bind="{...widget.options.customProps, ...extendProps}"
|
|
|
>
|
|
>
|