js: add font & hint font for input
This commit is contained in:
@@ -39,9 +39,15 @@ export class Input extends View {
|
||||
@Property
|
||||
textSize?: number
|
||||
|
||||
@Property
|
||||
font?: string
|
||||
|
||||
@Property
|
||||
hintText?: string
|
||||
|
||||
@Property
|
||||
hintFont?: string
|
||||
|
||||
@Property
|
||||
inputType?: InputType
|
||||
|
||||
|
Reference in New Issue
Block a user