PassCodeText icon indicating copy to clipboard operation
PassCodeText copied to clipboard

Doesnt' pars integer from resources

Open sanya5791 opened this issue 6 years ago • 1 comments

Describe the bug Doesn't parse android:maxLength="@integer/one_time_password_length" but use default value

Preconditions set integer value in res folder 6

To Reproduce Steps to reproduce the behavior:

  1. setup OtpEditText with android:maxLength="@integer/one_time_password_length"
  2. Display OtpEditText

Actual Behavior OtpEditText displays default 4 sections

Expected behavior OtpEditText displays 6 sections

Thank you for your work!

sanya5791 avatar Oct 10 '19 15:10 sanya5791

I'll work on this asap, thank you for the report.

swapnil1104 avatar Oct 20 '19 12:10 swapnil1104