This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/client/res/templates/fields/enum/edit.tpl
T
Yuri Kuznetsov 3032b2be87 select js error
2025-04-14 10:55:35 +03:00

14 lines
319 B
Smarty

<select
data-name="{{name}}"
class="form-control main-element {{#if nativeSelect}} native-select {{/if}}"
>
{{options
params.options value
scope=scope
field=name
translatedOptions=translatedOptions
includeMissingOption=true
styleMap=styleMap
}}
</select>