1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Disable updating form values on change due to performance issues of enrichment

This commit is contained in:
Andrew Kingston 2021-08-19 14:02:33 +01:00
parent 7d4a656ce2
commit 1ed4e75d52

View file

@ -26,7 +26,7 @@
>
{#if fieldState}
<CoreTextField
updateOnChange={true}
updateOnChange={false}
value={fieldState.value}
on:change={e => fieldApi.setValue(e.detail)}
disabled={fieldState.disabled}