Remove clearOnUnmount prop
This commit is contained in:
parent
9f7baec8c0
commit
b5ffeac0f0
2 changed files with 1 additions and 6 deletions
|
|
@ -89,11 +89,7 @@ export default {
|
||||||
modelValue: [Array, String],
|
modelValue: [Array, String],
|
||||||
validationRules: String,
|
validationRules: String,
|
||||||
suppressError: Boolean,
|
suppressError: Boolean,
|
||||||
useTextForValue: Boolean,
|
useTextForValue: Boolean
|
||||||
clearOnUnmount: {
|
|
||||||
type: Boolean,
|
|
||||||
default: true
|
|
||||||
},
|
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
formattedGroupName() {
|
formattedGroupName() {
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,6 @@
|
||||||
v-model="selectedValue"
|
v-model="selectedValue"
|
||||||
isRequired
|
isRequired
|
||||||
:validationRules="validationRules"
|
:validationRules="validationRules"
|
||||||
:clearOnUnmount=false
|
|
||||||
/>
|
/>
|
||||||
</transition>
|
</transition>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue