challenge-vtex-io-Adilson-F.../react/components/PlaceholderCep/PlaceholderCep.tsx

16 lines
308 B
TypeScript
Raw Normal View History

const PlaceholderCep = () => {
if (typeof document !== "undefined") {
// document.getElementsByClassName("vtex-address-form-4-x-hideDecorators")[0].setAttribute("placeholder", "Digite seu CEP");
// .placeholder = "Digite seu CEP"
};
return "" ;
};
export default PlaceholderCep;