forked from MapComplete/MapComplete
Port bird-hides to new JSON-format, various improvements
This commit is contained in:
parent
00a6611e1f
commit
9e4035befc
22 changed files with 460 additions and 378 deletions
|
@ -16,7 +16,7 @@ export default class SingleTagInput extends InputElement<string> {
|
|||
|
||||
constructor(value: UIEventSource<string> = undefined) {
|
||||
super(undefined);
|
||||
this._value = value ?? new UIEventSource<string>(undefined);
|
||||
this._value = value ?? new UIEventSource<string>("");
|
||||
|
||||
this.key = TextField.KeyInput();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue