Fix parsing issue in MultiLangDisplay and MultiLangInput
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
if(valueObject["en"] === undefined){
|
if(valueObject["en"] === undefined){
|
||||||
selectedLang = "xx"
|
selectedLang = "xx"
|
||||||
}
|
}
|
||||||
|
$: valueObject = parseMultilangString(value)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
|
|||||||
@@ -24,6 +24,7 @@
|
|||||||
delete valueObject["xx"]
|
delete valueObject["xx"]
|
||||||
updateValue()
|
updateValue()
|
||||||
}
|
}
|
||||||
|
$: valueObject = parseMultilangString(value)
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="flex flex-wrap max-w-fit p-1 gap-2">
|
<div class="flex flex-wrap max-w-fit p-1 gap-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user