Disable validation for search fields in cards block

This commit is contained in:
Andrew Kingston 2022-04-04 08:49:46 +01:00
parent c0eb27e8d1
commit 8e46e4b514
1 changed files with 5 additions and 1 deletions

View File

@ -125,7 +125,11 @@
{#if schemaLoaded}
<Block>
<div class="card-list" use:styleable={$component.styles}>
<BlockComponent type="form" bind:id={formId} props={{ dataSource }}>
<BlockComponent
type="form"
bind:id={formId}
props={{ dataSource, disableValidation: true }}
>
{#if title || enrichedSearchColumns?.length || showTitleButton}
<div class="header" class:mobile={$context.device.mobile}>
<div class="title">