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
2025-02-07 20:14:46 +02:00

11 lines
267 B
Smarty

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