Disable update on change for component settings
This commit is contained in:
parent
222afc6884
commit
8902a26ecc
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue