#7936 fix: handle non-object options #1115
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1115
Loading…
Reference in New Issue
No description provided.
Delete Branch "7936-warmfix-showRawValues"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -380,3 +380,3 @@
<template #option="{ opt, itemProps }">
<QItem v-bind="itemProps">
<QItemSection v-if="opt[optionValue] == opt[optionLabel]">
<QItemSection v-if="typeof opt !== 'object'"> {{ opt }}</QItemSection>
A esto no se le puede hacer test de front, solo se podría hacer "test de componente". Y de momento no se hacen.