forked from MapComplete/MapComplete
Fix build
This commit is contained in:
parent
61684492cb
commit
5bb6c6a164
7 changed files with 34 additions and 48 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue