polymer_elements
polymer_elements copied to clipboard
gold-cc-input and gold-cc-cvc-input have incorrect image paths
The <gold-cc-input> and <gold-cc-cvc-input> elements refer to images internally (cvc_hint.png and cvc_hint_amex.png, in the case of <gold-cc-cvc-input>). The elements are supposed to load the images and display them inline with their input boxes. As of v1.0.0-rc.2, the paths for those images are incorrect, resulting in 404s, and only an empty box is displayed with the controls.
This (#64) worked already for a short time, but I also encountered this issue again recently.