-
-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
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
edit single box #150
Comments
Hi @vungo99, it's not available yet. |
tks for your reply. one more question about the edge case, when 2 or more SMS OTPs are sent at the same time, can pinput detect correctly SMS OTP from the right app's vendor? |
@vungo99 If you enable smsRetrieverApi it will only read SMS that will have the application signature in the content. Check out the autofill section in the readme for more details. |
Can I use smsCodeMatcher to detect OTP when message has many number like : "your account 123456 will receive OTP 654321 and has valid in 300s " => detect otp : 654321 |
@vungo99 Yes, you can set a regex that will match the OTP instead of account id. Do both OTP and account Id have the same length? |
Yes, they have the same length like : |
@vungo99 Try this regex |
smsCodeMatcher: '\b(\d{6})\b', right ? |
|
oh tk u so much !! It work like a charm :D |
hi @Tkko , I have the issue : |
Hey @vungo99, I usually ask regex questions to ChatGPT 🙈 |
I use it too, but can't apply 🙈🙈🙈 |
is available when pinput allows user to edit a single box?
The text was updated successfully, but these errors were encountered: