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

Allow setting textAlign via recurly.configure() #281

Closed
remacg opened this issue Jul 24, 2016 · 3 comments
Closed

Allow setting textAlign via recurly.configure() #281

remacg opened this issue Jul 24, 2016 · 3 comments

Comments

@remacg
Copy link

remacg commented Jul 24, 2016

Request allowing the CSS text-align property for hosted fields to be set via recurly.configure(), like:

    recurly.configure({
        publicKey: 'RECURLY_KEY',               
        style: {
            cvv: {
                textAlign: 'center',
            },
        }
    });

Checkout form designers often like to center text in CVV and month/year inputs fields. Adding textAlign would help with that considerably.

@chrissrogers
Copy link
Member

Sure, I'd be happy to add that in.

@cookrn cookrn closed this as completed Jul 25, 2016
@chrissrogers
Copy link
Member

Closing was a result of adding the feature into the field handling code. I expect it will go out later this week, and will update you here when it does.

@chrissrogers
Copy link
Member

Hi! This has been published. Feel free to set textAlign as you see fit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants