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

Remove deprecated keyIdentifier checks #8

Closed crookedneighbor closed 8 years ago

crookedneighbor commented 8 years ago

Closes #6 Fixes https://github.com/braintree/braintree-web/issues/198 Fixes https://github.com/braintree/braintree-web/issues/195

Changes

Removes deprecated keyIdentifier logic.

Manually tested in:

Ran all unit and integration tests.

intelliot commented 8 years ago

Does this change affect this library's browser support at all?

crookedneighbor commented 8 years ago

That's a good question. I'll double check Safari 8 real quick, but everything else should be accounted for with my manual testing.

EvanHahn commented 8 years ago

👍 assuming browser support is good

crookedneighbor commented 8 years ago

Safari 8 works great.

IE and Firefox are not affected by this (as they never implemented keyIdentifier)