Hello folks, do you know if there is a way to hand...
# compose-ios
h
Hello folks, do you know if there is a way to handle iOS OTP keyboard suggestion on compose input fields such as
TextField
or
BasicTextField
? Following code on iOS does it natively, but cannot find compose version of this.
Copy code
let securityCodeTextField = UITextField()
securityCodeTextField.textContentType = .oneTimeCode
👀 4