forked from MapComplete/MapComplete
Import inspector
This commit is contained in:
parent
700b48f693
commit
3a158a6155
3 changed files with 188 additions and 6 deletions
8
test.ts
8
test.ts
|
@ -1,6 +1,4 @@
|
|||
import ValidatedTextField from "./UI/Input/ValidatedTextField";
|
||||
import {VariableUiElement} from "./UI/Base/VariableUIElement";
|
||||
import ImportInspectorGui from "./UI/ImportFlow/ImportInspector";
|
||||
|
||||
new ImportInspectorGui().AttachTo("maindiv")
|
||||
|
||||
const tf = ValidatedTextField.InputForType("url")
|
||||
tf.AttachTo("maindiv")
|
||||
new VariableUiElement(tf.GetValue()).AttachTo("extradiv")
|
Loading…
Add table
Add a link
Reference in a new issue