dbachelder / CreditCardEntry

Smooth UI for Credit Card Entry on Android device, regex check for supported credit card types and luhn check. Inspired by Square credit card entry interface
MIT License
503 stars 166 forks source link

Feature request: add setError function #44

Open hatpick opened 8 years ago

hatpick commented 8 years ago

Can you add setError function similar to EditText set error for showing error messages in the view?

Thanks,

falcon4ever commented 8 years ago

+1

Would be useful in case the widget isn't filled out completely or you're comparing the values against server side validation.