awesto / djangoshop-stripe

Stripe Payment Provider Integration for django-shop
MIT License
12 stars 9 forks source link

Field for entering the creditcard number #1

Closed jrief closed 4 years ago

jrief commented 8 years ago

The field for entering the creditcard number should auto insert a space, after 4 entered numbers.

This could be accomplished by creating an angular directive which is bound on the change request of the input field. Then by a simple check of the input string, we can determine if we require an additional space.

jrief commented 4 years ago

done