You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.
Not sure what the behaviour should be exactly, I'd intuitively say that appending pastedValue.slice(0, maxLength - currentValueLength) to the value should work
The text was updated successfully, but these errors were encountered:
behaviour
In the credit card example:
123456789012
12345
somewhere else, copy it2
already in the fieldexpected
Not sure what the behaviour should be exactly, I'd intuitively say that appending
pastedValue.slice(0, maxLength - currentValueLength)
to the value should workThe text was updated successfully, but these errors were encountered: