Michael Wuori

Results 9 comments of Michael Wuori

I've solved this before using `@touchstart.prevent=""` on the wrapper containing Hooper. This isn't perfect on mobile though (can prevent user from scrolling further down ) so I'm still working on...

I'm having this same issue even without the `secure` option. Can't seem to figure it out. iOS only, Android works fine.

@mariusbolik I was able to get this working by just returning out of the `shrinkViewKeyboardWillChangeFrame` method in `CDVNativeKeyboard.m` before it executes anything. Weird... but it works.

@9mm The card type/validation is determined by the patterns listed here: https://github.com/wuori/vue-credit-card-validation/blob/master/src/cards.js. I believe if a number does NOT match any of these brands it will be considered invalid even...

@9mm Yeah I think an "unknown" option might be the best way to go.

Great find! I'll try to get this updated soon. Feel free to submit a PR in the meantime if you want. Thanks!

@IsidroMar95 When you put in `78` it is setting the card expiry year to `2078` which is valid. While most cards have expiration limits within 20 years, there is no...

Could you please describe the requirements this validation would need?

Thanks! I'll try to get to this next week. Feel free to submit a PR in the meantime if you have a fix. We would need to make this optional.