revert language

This commit is contained in:
Jesper Møller Jensen
2023-12-07 21:47:07 +13:00
committed by Jacob Overgaard
parent c9778aaca0
commit 67b1e83034

View File

@@ -64,9 +64,6 @@ export class UmbInputLanguagePickerElement extends FormControlMixin(UmbLitElemen
@property()
public set value(isoCodesString: string) {
const isEmpty = isoCodesString.trim().length === 0;
if (isEmpty) return;
// Its with full purpose we don't call super.value, as thats being handled by the observation of the context selection.
this.selectedIsoCodes = isoCodesString.split(/[ ,]+/);
}