Closed vertuxx closed 4 years ago
Hello @mats-claassen.
I previously reported an issue where the password field was omitted with "..." in 3.5.0. This time I checked out 3.5.2 and rechecked to see that the issue wasn't resolved.
Please see the capture. If the password text becomes long, it will be omitted with "...". After all, commenting out what I pointed out earlier solved the problem.
/* if let titleLabel = titleLabel { ... } */
Please check again. Thank you.
Hmm. Type "ijklijkli" and it will be omitted. "ijkl" can be entered up to 2 times, but when "i" is added, "..." is displayed at the end. The image below is all entered as "ijklijkli". Thank you.
Hello. In Eureka 5.3.0, the PasswordRow text has been omitted in the three-point reader period.
FieldRow.swift If you comment out line 212, it will be displayed correctly.
Xcode12 iOS13.7 Eureka 5.3.0
Thank you.