Fix build

This commit is contained in:
Pieter Vander Vennet 2022-03-14 01:10:44 +01:00
parent 61684492cb
commit 5bb6c6a164
7 changed files with 34 additions and 48 deletions

View file

@ -13,7 +13,7 @@ export class TextField extends InputElement<string> {
constructor(options?: {
placeholder?: string | BaseUIElement,
value?: UIEventSource<string>,
htmlType?: "area" | "field",
htmlType?: "area" | "text" | "time" | string,
inputMode?: string,
label?: BaseUIElement,
textAreaRows?: number,