| 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/select.html |
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<select class="admin__control-select" data-bind="
attr: {
name: inputName,
id: uid,
disabled: disabled,
'aria-describedby': noticeId,
'aria-label': noticeId
},
hasFocus: focused,
optgroup: options,
value: value,
optionsCaption: caption,
optionsValue: 'value',
optionsText: 'label'"
></select>