Caishen icon indicating copy to clipboard operation
Caishen copied to clipboard

the placeholder is not visible

Open YKV opened this issue 7 years ago • 4 comments

By Adding rounded corners to text field makes placeholder text invisible. Thanks

YKV avatar Jan 15 '18 19:01 YKV

Is there any update on this issue ?

piyushvaish avatar Jul 03 '18 11:07 piyushvaish

Hey @DannyVancura, did you manage to reproduce that issue?

quentin41500 avatar Jul 04 '18 17:07 quentin41500

Instead of roundRect

numberTextField.placeholder = "Card Number" numberTextField.layer.borderWidth = 0.75 numberTextField.layer.borderColor = UIColor.lightGray.cgColor numberTextField.layer.cornerRadius = 3.0 numberTextField.clipsToBounds = true numberTextField.backgroundColor = .white

kapildevgj avatar Jul 23 '18 14:07 kapildevgj

when adding backgroundColor the placeholder disappear

Bathant avatar Feb 01 '21 16:02 Bathant