card-io / card.io-Android-SDK

card.io provides fast, easy credit card scanning in mobile apps
Other
1.99k stars 532 forks source link

Cardholder Name's EditText doesn't cap all words #204

Open scorpeeon opened 6 years ago

scorpeeon commented 6 years ago

Using the latest version (5.5.1).

Names have usually capital initial letters, so it would probably make sense to use something like this for its EditText: android:inputType="textPersonName|textCapWords"