jessepollak / card

:credit_card: make your credit card form better in one line of code
MIT License
11.66k stars 1.48k forks source link

Card Number Can't Be Blur In IOS When Input Card Numbers #527

Closed XiangBo-EvanZuo closed 3 years ago

XiangBo-EvanZuo commented 3 years ago

Hi, our team fall in a huge trouble, can u do us a favor, guys? Description : I find I can't be blur in Card Number Input. When I want to focus in another input, It will still focus in the Card Number Input.

I think Maybe somethind wrong about the focus event. because I can on 'focus' event after I try to blur the Card Number Input. so I can't blur.

melloware commented 3 years ago

What version of Card are you using?

zaxlct commented 3 years ago

What version of Card are you using?

I tested it. 2.5.3 and 2.4.0 will not work.

melloware commented 3 years ago

is this your issue? https://github.com/jessepollak/payment/issues/161

zaxlct commented 3 years ago

is this your issue? jessepollak/payment#161

Yes.Should I solve this issue quickly?

melloware commented 3 years ago

Yes I think you can update payment or I might need to release A new version of Card with this change. I will do that tomorrow.

XiangBo-EvanZuo commented 3 years ago

sir, I am using "card": "^2.4.0". It doesn't seem to have relation with payment

melloware commented 3 years ago

OK I just deployed Payment 2.4.5 to NPM https://www.npmjs.com/package/payment

Can you try again?

melloware commented 3 years ago

Card 2.5.4 is released: https://www.npmjs.com/package/card

XiangBo-EvanZuo commented 3 years ago

it works, thanks. : )