Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Credit card cell does not work. #228

Open
ordinaryman09 opened this issue May 12, 2015 · 1 comment
Open

Credit card cell does not work. #228

ordinaryman09 opened this issue May 12, 2015 · 1 comment

Comments

@ordinaryman09
Copy link

Hello,

I'm using the RETableViewManager on iOS 8, but when tapping the credit card cell, it doesn't pull up the keyboard. I tried running your sample code and the credit card cell doesnt work either.

@ericertl
Copy link

It's still not fixed
As a workaround, I've commented the setEnabled method content in RETableViewCreditCardCell.
The item for this cell appears to be nil, so it disables the userinteraction

- (void)setEnabled:(BOOL)enabled {
//    _enabled = enabled;
//    
//    self.userInteractionEnabled = _enabled;
//    
//    self.textLabel.enabled = _enabled;
//    self.creditCardField.enabled = _enabled;
//    self.expirationDateField.enabled = _enabled;
//    self.cvvField.enabled = _enabled;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants