10bis / CompactCreditInput

A compact credit card input field that combines the number date and cvv into a single field
GNU General Public License v3.0
45 stars 10 forks source link

Is there a way to hide ccv field from the input? #3

Closed jkozh closed 5 years ago

gilgoldzweig commented 5 years ago

There is no built-in support for hiding the field but you have access to the EditTexts inside the input.

It shouldn't be hard to implement it. If it's something important you can contribute and create a pull request

Good luck