Disable update on change for component settings

This commit is contained in:
Andrew Kingston 2021-05-18 08:40:18 +01:00
parent 222afc6884
commit 8902a26ecc
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@
this={control} this={control}
{componentInstance} {componentInstance}
value={safeValue} value={safeValue}
updateOnChange={false}
on:change={handleChange} on:change={handleChange}
onChange={handleChange} onChange={handleChange}
{type} {type}