Hosted field's braintree-hosted-fields-valid class doesn't get injected
See original GitHub issueGeneral information
- SDK version: 3.22.2
- Environment: Sandbox
- Browser and OS Chrome 60.0.3112.101 (Official Build) (64-bit) on MacOS 10.12.6
Issue description
The Hosted field’s braintree-hosted-fields-valid
CSS class doesn’t get injected to the hosted field container when starting from an empty field. The only way I can get it to show up is by coming from the error state where braintree-hosted-fields-invalid
was there.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:6
Top Results From Across the Web
Hosted Fields - / - Troubleshooting and FAQ - PayPal Developer
Media queries are injected as-is into the hosted fields. This means that any media queries will use the iframe viewport as their reference...
Read more >hosted-fields/external/hosted-fields.js - Braintree Open Source
get -styles-from-class"); var constants = require("../shared/constants"); var errors ... @property {?HostedFields~hostedFieldsFieldData} fields.cvv {@link ...
Read more >Hosted Fields | Examples | JavaScript
Bootstrap is a popular framework for HTML, CSS and JS. This sample shows Hosted Fields integrated into a Bootstrap styled form. ... var...
Read more >Recurly.js Reference | Recurly Developer Hub
Recurly provides enterprise-class subscription billing management for ... Previous versions of Recurly.js utilized a feature called Hosted Fields to render ...
Read more >Getting Creative with Hosted Fields: Introducing our Themed ...
Last year, Braintree introduced Hosted Fields: a fully customizable, PCI compliant method of accepting credit cards online.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
No problem! Glad you figured it out!
@lilaconlee On closer inspection, it turned out that it was the problem on my end with React from its rerendering overriding the custom injected class.
Sorry for taking your time out of this, and thanks again for a very swift response! I will close this thread.