kenkeiter / skeuocard

Skeuocard progressively enhances credit card inputs to provide a skeuomorphic interface.
http://kenkeiter.com/skeuocard/
MIT License
3.23k stars 231 forks source link

Changes input type from 'text' to 'number'. #114

Closed ctborg closed 10 years ago

ctborg commented 10 years ago

The input keyboard on mobile devices changes to numerical input.

kenkeiter commented 10 years ago

Hey @ctborg -- I really appreciate your contribution; however, I can't accept it at the moment. The problem is that using the number type results in value increment/decrement controls on several desktop browsers which (unfortunately) are difficult to hide. It'd be awesome to see this as an event-listener-based add-on, but for the time being, it doesn't fulfill the interaction requirements.

Thanks for your time, man!