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