6825-fix_vnSelectCache_and_autoload #557
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#557
Loading…
Reference in New Issue
No description provided.
Delete Branch "6825-fix_vnSelectCache_and_autoload"
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?
@ -96,6 +96,7 @@ const DEFAULT_MODE = 'card';
const TABLE_MODE = 'table';
const mode = ref(DEFAULT_MODE);
const selected = ref([]);
const hasParams = ref(false);
entiendo que no has puesto $attrs['auto-load'] para evitar traerte useAttrs
@ -51,0 +52,4 @@
component: markRaw(VnSelect),
event: updateEvent,
attrs: {
class: 'q-px-sm q-pb-xs q-pt-none fit',
Molaria dejar hueco a customizacion, poniendo $props.componentClass antes
Solo queda comprobar el comentario de VnFilter
@ -107,3 +111,1 @@
},
forceAttrs,
},
select: selectComponent,
en la rama dev, en VnColumn, tenemos select: VnSelectCache y rawSelect: VnSelect, ya me dices si es correcto
En los filtros no tienes un valor cargado por defecto, entonces VnSelectCache no hace falta