AfikDeri / v-credit-card

Beautiful credit card form component for vueJS
MIT License
63 stars 27 forks source link

UI - Should flip card to default state #13

Open vzambon opened 4 years ago

vzambon commented 4 years ago

add

@blur = "flipped = false"

in CreaditCard.vue at 'input' on line 59 would be great.

This is going to set the card view to default state (front) when click out of cvv field.

TheKinng96 commented 2 years ago

add

@blur = "flipped = false"

in CreaditCard.vue at 'input' on line 59 would be great.

This is going to set the card view to default state (front) when click out of cvv field.

thanks, will add it!