pcl-labs / hotel-website-vkirirom.com

vkirirom.com is a hotel website in Cambodia. Built in vue.js, and a progressive web app; They support conservation of the national forest their reside in, while also supporting a free software college with 300 Cambodian students. One of our favorite clients, they are always willing to pilot new ideas, and is a good playground for new contributers.
https://vkirirom.com/
GNU Affero General Public License v3.0
15 stars 11 forks source link

Credit Card Number Input Field Issue #225

Closed paulchrisluke closed 4 years ago

paulchrisluke commented 4 years ago

This bug exists within the booking flow of vkirirom vkiriom.com/reservation/confirmandpay

image

Instead of rejecting new numbers in a full input fields, it will push the rest of the numbers and drop the last number

Here, I'm inserting number 9 into a series of 1234's image image

Once I delete the 9, the 4 at the end does not come back image

This is the same for dates and ccv

mort3za commented 4 years ago

We don't manage these kinds of things in card number and CVV fields, Stripe creates these fields outside our app and inject them to our page.
Also, I don't think that's a big issue. Anyway we can submit an issue in Stripe elements project if you want.

paulchrisluke commented 4 years ago

ah don't worry about it for now, closing