1
0
Fork 0
mirror of synced 2024-07-01 12:30:41 +12:00

Disable validation for search fields in table block

This commit is contained in:
Andrew Kingston 2022-04-04 08:49:16 +01:00
parent 91e35ef816
commit c0eb27e8d1

View file

@ -106,7 +106,11 @@
{#if schemaLoaded}
<Block>
<div class={size} 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">