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
|
@ -3,7 +3,6 @@ import TagInput from "./SingleTagInput";
|
|||
import {MultiInput} from "./MultiInput";
|
||||
|
||||
export class MultiTagInput extends MultiInput<string> {
|
||||
|
||||
|
||||
constructor(value: UIEventSource<string[]> = new UIEventSource<string[]>([])) {
|
||||
super("Add a new tag",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue