Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Card Issuer? #13

Closed
ianeinser opened this issue Dec 30, 2020 · 3 comments
Closed

Card Issuer? #13

ianeinser opened this issue Dec 30, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@ianeinser
Copy link

Hello,

is it possible for you to add Card Issuer such as Bank? Most cards have card issuer printed on the top left of the card. I appreciate if you take this into consideration.

Regards

@Origogi
Copy link
Owner

Origogi commented Jan 1, 2021

Ok i will check it.

@Origogi Origogi added the enhancement New feature or request label Jan 1, 2021
@ghost ghost mentioned this issue Jan 26, 2021
@lucasspi
Copy link

Is it posible to add field: "labelNextButton" and "labelPrevButton"? Sometimes we want to customize that :)

@Origogi
Copy link
Owner

Origogi commented Apr 20, 2021

Use custom caption

 final Map<String, String> customCaptions = {
    'PREV': 'Prev',
    'NEXT': 'Next',
    'DONE': 'Done',
    'CARD_NUMBER': 'Card Number',
    'CARDHOLDER_NAME': 'Cardholder Name',
    'VALID_THRU': 'Valid Thru',
    'SECURITY_CODE_CVC': 'Security Code (CVC)',
    'NAME_SURNAME': 'Name Surname',
    'MM_YY': 'MM/YY',
    'RESET': 'Reset',
  };
    ....
CreditCardInputForm(
       customCaptions: customCaptions,
}

@Origogi Origogi closed this as completed Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants