jondavidjohn / payform

:credit_card: A library for building credit card forms, validating inputs, and formatting numbers.
https://jondavidjohn.github.io/payform/
Other
427 stars 81 forks source link

Reposition cursor when pasting full card numbers #51

Closed ddayguerrero closed 5 years ago

ddayguerrero commented 5 years ago

Changes

Resolves a couple of minor of issues when copy pasting full card numbers:

Why introduce these changes?

How is this achieved?

...

ddayguerrero commented 5 years ago

@glebm your suggestion made sense and allows users to provide more specific functionality when using Payfrom in a RTL context. Do you mind giving this a try?

I created a fallback to the global directionality of the page in case the computer style object is undefined.

glebm commented 5 years ago

Do you mind giving this a try?

Sorry but I'm not currently using Payform in an RTL context.