remove comment
This commit is contained in:
committed by
Jacob Overgaard
parent
3207afa520
commit
2246ea9fac
@@ -62,8 +62,7 @@ export class UmbInputDocumentElement extends FormControlMixin(UmbLitElement) {
|
||||
@property()
|
||||
public set value(idsString: string) {
|
||||
const isEmpty = idsString.trim().length === 0;
|
||||
|
||||
if (isEmpty) return; //TODO: Do the same for language input
|
||||
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.selectedIds = idsString.split(/[ ,]+/);
|
||||
|
||||
Reference in New Issue
Block a user