| Current Path : /home/rtorresani/www/vendor/magento/module-ui/view/frontend/web/templates/form/element/ |
| Current File : //home/rtorresani/www/vendor/magento/module-ui/view/frontend/web/templates/form/element/date.html |
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<input class="input-text" type="text" data-bind="
hasFocus: focused,
datepicker: { storage: value, options: options },
attr: {
id: uid,
value: value,
name: inputName,
placeholder: placeholder,
'aria-describedby': getDescriptionId(),
'aria-required': required,
'aria-invalid': error() ? true : 'false',
disabled: disabled
}" />