David Merrique

Results 4 comments of David Merrique

@geoffdavis I'm just connecting directly from the CN105 to the D1. Which is working for the other 3 units. As I read through old issues it just seems like there...

@elahd Should this be padding instead? Typically with CSS grid, you would use padding to add space around the grid container. (Or at least that's what I do) If 2...

I'm having the same problem in Safari on desktop and mobile. Can't tab or click away from the credit card number input field after calling `formatCardNumber(input)` This began after updating...

@melloware I'm wondering if it's this line that's causing the problem https://github.com/jessepollak/payment/compare/v2.4.3...2.4.4#diff-eb104090800eb03c1ec3715392f75ea5d853e3c0252a204f165c0638c09e4e7dR735 When 'blur' happens, reFormatCardNumber is causing the field to focus again.