remove subtype and also inputmode for numbers

This commit is contained in:
Matt Hill
2023-04-03 08:39:57 -06:00
parent f82d612ec2
commit 4d95025896
6 changed files with 20 additions and 54 deletions

View File

@@ -1,15 +1,15 @@
describe("test", () => {
test("test", () => {
expect(true).toEqual(true);
});
});
import { values } from "lodash";
import { Validator } from "ts-matches";
import { testOutput } from "../../test/output.test";
import { Config } from "./config";
import { List } from "./list";
import { Value } from "./value";
import { Variants } from "./variants";
describe("test", () => {
test("test", () => {
expect(true).toEqual(true);
});
});
describe("builder tests", () => {
test("String", () => {
console.log("BLUJ->");