Hidden stock
I am setting up a check for one page in Magento 2. Now I am trying to display placeholders instead of labels in the delivery-address form, but have not achieved anything so far. Hope someone can help me.
Greetings, Jorge
UPDATE:
In the console, I see that the variable provides a placeholder attribute for the input element.
<input class="input-text" type="text" data-bind=" value: value, valueUpdate: 'keyup', hasFocus: focused, attr: { name: inputName, placeholder: placeholder, // <<<< right here 'aria-describedby': noticeId, id: uid, disabled: disabled }" name="street[0]" placeholder="" aria-describedby="notice-BVWUCFN" id="BVWUCFN">
Now, I would like to know if theres a way to change this variable through the backend, so I can display the label name in placeholder attr. See screenshot
Apolitics for my bad English
source share