Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. $jsLayout['components']['checkout']['children']['steps']['children']['shipping-step']['children']['shippingAddress']['children']['shipping-address-fieldset']['children']['telephone']['config']['elementTmpl'] = 'Vendor_Module/form/element/telephone';
  2.  
  3. <!--
  4. /**
  5. * Copyright © Magento, Inc. All rights reserved.
  6. * See COPYING.txt for license details.
  7. */
  8. -->
  9. <input class="input-text" type="tel" tabindex="3" data-bind="
  10. value: value,
  11. valueUpdate: 'keyup',
  12. hasFocus: focused,
  13. attr: {
  14. name: inputName,
  15. placeholder: placeholder,
  16. 'aria-describedby': getDescriptionId(),
  17. 'aria-required': required,
  18. 'aria-invalid': error() ? true : 'false',
  19. id: uid,
  20. disabled: disabled
  21. }" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement