Hint
#507
Replies: 1 comment 2 replies
-
this is not my number😂😂
So basically you want to turn off hint right? How about setting this in XML?
app:ccp_hintExampleNumber="false"?
Did you try that?
…On Fri, Sep 10, 2021 at 05:32 cembora ***@***.***> wrote:
Hi, I want to change all hints with "*" character. I can do it with
replaceAll("[0-9]", "*") but this works only after first set. But if user
change country "onCountrySelected" called before hint change(ccp.java line
851), so I can't capture new hint.
Do you have a plan to add an option which is like "hintStyle='underscore'"?
(Some of our users didn't understand that hints and they said 'this is not
my number' lol :)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#507>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFQ32AQO2NQI3EWRHEKBGTUBHUGTANCNFSM5DZEQ2PQ>
.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I want to change all hints with "underscore" character. I can do it with replaceAll("[0-9]", "underscore") but this works only after first set. But if user change country "onCountrySelected" called before hint change(ccp.java line 851), so I can't capture new hint.
Do you have a plan to add an option which is like "hintStyle='underscore'"?
(Some of our users didn't understand that hints and they said 'this is not my number' lol :)
Beta Was this translation helpful? Give feedback.
All reactions