When no matching value is found for v-model, I get an error saying Cannot read property 'value' of undefined or Cannot read property 'label' of undefined. It would be helpful to others in the future to have a way to handle these cases or provide a better error message.
When no matching value is found for
v-model, I get an error sayingCannot read property 'value' of undefinedorCannot read property 'label' of undefined. It would be helpful to others in the future to have a way to handle these cases or provide a better error message.