We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Thank you for creating this library.
As I would like to integrate material-code-input with https://github.com/omadahealth/LolliPin
I try to programmatically input into material-code-input, using codeInput.setCode.
codeInput.setCode
Says, I want to input "1", followed by "2".
I try to call
codeInput.setCode("1")
Then, I try to call
codeInput.setCode("2")
The end result looks like
Then, I try another approach. I first call codeInput.setCode("1"), then followed by codeInput.setCode("12"), then end result looks like
codeInput.setCode("12")
May I know, is programmatically input supported by android-otpview-pinview?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Thank you for creating this library.
As I would like to integrate material-code-input with https://github.com/omadahealth/LolliPin
I try to programmatically input into material-code-input, using
codeInput.setCode
.Says, I want to input "1", followed by "2".
I try to call
codeInput.setCode("1")
Then, I try to call
codeInput.setCode("2")
The end result looks like
Then, I try another approach. I first call
codeInput.setCode("1")
, then followed bycodeInput.setCode("12")
, then end result looks likeMay I know, is programmatically input supported by android-otpview-pinview?
The text was updated successfully, but these errors were encountered: