- textEdit(text, keyboardTitle, maxTextLength, isSecretMode?, placeholderText?): string | null
Parameters
- text: string
- keyboardTitle: string
- maxTextLength: number
- isSecretMode: boolean = false
- placeholderText: null | string = null
Returns string | null