prolificinteractive / Caishen

A Payment Card UI & Validator for iOS
MIT License
766 stars 119 forks source link

Card.io + Prefill Causing Keyboard to pop up #113

Open corbinhudson opened 7 years ago

corbinhudson commented 7 years ago

Using Card.io method 'userDidProvide' I call cardTexField.prefill to populate the cardTextField with values. When I hit done on the paymentViewController, prefill is called the keyboard reappears to fill out values I've already provided. Already tried a number of resignFirstResponder fixes and nothing worked.

DannyVancura commented 6 years ago

Thanks for filing this bug! I created #129 for this, which should resolve the issue.