Remove clearOnUnmount prop

This commit is contained in:
Katie 2022-07-14 12:52:03 -04:00
parent 9f7baec8c0
commit b5ffeac0f0
2 changed files with 1 additions and 6 deletions

View file

@ -89,11 +89,7 @@ export default {
modelValue: [Array, String],
validationRules: String,
suppressError: Boolean,
useTextForValue: Boolean,
clearOnUnmount: {
type: Boolean,
default: true
},
useTextForValue: Boolean
},
computed: {
formattedGroupName() {

View file

@ -11,7 +11,6 @@
v-model="selectedValue"
isRequired
:validationRules="validationRules"
:clearOnUnmount=false
/>
</transition>
</div>