mapcomplete/test.ts
Pieter Vander Vennet 1488caf362 Add input validation
2020-07-23 17:32:18 +02:00

5 lines
132 B
TypeScript

import {IntField} from "./UI/Input/PhoneField";
const f = new IntField().AttachTo("maindiv")
f.GetValue().addCallback(console.log)