Magento2 checkout form: How to display placeholder attribute value in fields?
问题 Goodmorning Stackoverflow, I'm customizing the checkout onepage in Magento 2. Now I'm trying to display placeholders instead of labels in the shipping-address form, but no success till now. I hope someone can help me out Cheers, Jorge UPDATE: In the console i can see a variable is giving to the attribute placeholder of the element input. <input class="input-text" type="text" data-bind=" value: value, valueUpdate: 'keyup', hasFocus: focused, attr: { name: inputName, placeholder: placeholder, /