improve data passing for editor fields

This commit is contained in:
2020-09-10 11:57:19 +02:00
parent ea992d8fc4
commit 2064ef2ee1
5 changed files with 20 additions and 3 deletions
@@ -151,6 +151,12 @@
.ui-toggle.is-negative .ui-toggle-switch.is-active
{
background: var(--color-negative);
border-color: transparent !important;
i
{
background: white;
}
}
.ui-toggle-off-warning
+7 -1
View File
@@ -171,7 +171,7 @@
if (JSON.stringify(newval) !== JSON.stringify(oldval))
{
this.buildConfig();
this.loaded = false;
this.loaded = false;
}
}
},
@@ -248,6 +248,12 @@
methods: {
refresh()
{
this.buildConfig();
this.loaded = false;
},
onValueChanged(val)
{
if (this.multiple)