MapComplete/test.ts

5 lines
132 B
TypeScript
Raw Normal View History

2020-07-23 17:32:18 +02:00
import {IntField} from "./UI/Input/PhoneField";
2020-07-21 00:07:04 +02:00
2020-07-23 17:32:18 +02:00
const f = new IntField().AttachTo("maindiv")
f.GetValue().addCallback(console.log)