js: add font & hint font for input

This commit is contained in:
王劲鹏
2021-07-20 15:38:25 +08:00
committed by osborn
parent 7830811362
commit 04d9958a4d
8 changed files with 297 additions and 41 deletions

View File

@@ -39,9 +39,15 @@ export class Input extends View {
@Property
textSize?: number
@Property
font?: string
@Property
hintText?: string
@Property
hintFont?: string
@Property
inputType?: InputType