feat:Input add password property
This commit is contained in:
@@ -53,6 +53,9 @@ export class Input extends View {
|
||||
|
||||
@Property
|
||||
maxLength?: number
|
||||
|
||||
@Property
|
||||
password?: boolean
|
||||
|
||||
getText(context: BridgeContext) {
|
||||
return this.nativeChannel(context, 'getText')() as Promise<string>
|
||||
|
Reference in New Issue
Block a user