Refactoring of review element

This commit is contained in:
Pieter Vander Vennet 2021-06-21 03:07:49 +02:00
parent 64b0ca2859
commit 91b21647a3
3 changed files with 9 additions and 15 deletions

View file

@ -13,7 +13,6 @@ export class TextField extends InputElement<string> {
constructor(options?: {
placeholder?: string | BaseUIElement,
value?: UIEventSource<string>,
textArea?: boolean,
htmlType?: string,
inputMode?: string,
label?: BaseUIElement,