forked from MapComplete/MapComplete
Newlines, textfield sets the cursor position appropriately
This commit is contained in:
parent
984d88d01e
commit
223f6191cd
6 changed files with 10 additions and 16 deletions
|
@ -22,7 +22,6 @@ export default class SingleTagInput extends InputElement<string> {
|
|||
constructor(value: UIEventSource<string> = undefined) {
|
||||
super(undefined);
|
||||
this._value = value ?? new UIEventSource<string>("");
|
||||
|
||||
this.helpMessage = new VariableUiElement(this._value.map(tagDef => {
|
||||
try {
|
||||
FromJSON.Tag(tagDef, "");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue