braintree / restricted-input

Restrict <input>s to certain valid characters (e.g. formatting phone or card numbers)
https://braintree.github.io/restricted-input/
MIT License
68 stars 25 forks source link

Fix iOS stuttering #10

Closed crookedneighbor closed 8 years ago

crookedneighbor commented 8 years ago

WIP

Fixes the stuttering issue on iOS.

Android is still having issues so I've disabled it entirely until we sort those out.

Manual Browser Testing

crookedneighbor commented 8 years ago

There's something wrong. In this example:

screen shot 2016-08-30 at 5 32 44 pm

I typed 2a and expected it to render as --2xaz, but it rendered as --2xxz instead.

crookedneighbor commented 8 years ago

Fixed https://github.com/braintree/restricted-input/pull/10#issuecomment-243603466

crookedneighbor commented 8 years ago

Superseded by https://github.com/braintree/restricted-input/pull/13