revert language
This commit is contained in:
committed by
Jacob Overgaard
parent
c9778aaca0
commit
67b1e83034
@@ -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(/[ ,]+/);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user