Disable update on change for component settings
This commit is contained in:
parent
222afc6884
commit
8902a26ecc
|
@ -76,6 +76,7 @@
|
|||
this={control}
|
||||
{componentInstance}
|
||||
value={safeValue}
|
||||
updateOnChange={false}
|
||||
on:change={handleChange}
|
||||
onChange={handleChange}
|
||||
{type}
|
||||
|
|
Loading…
Reference in New Issue