Files
2026-01-19 17:46:06 +01:00

12 lines
265 B
Smarty

<input
type="text"
class="main-element form-control"
data-name="{{name}}"
value="{{value}}"
{{#if params.maxLength}} maxlength="{{params.maxLength}}"{{/if}}
autocomplete="espo-{{name}}"
{{#if noSpellCheck}}
spellcheck="false"
{{/if}}
>