mapcomplete/test.ts

5 lines
132 B
TypeScript
Raw Normal View History

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