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/frontend/client/res/templates/fields/base/edit.tpl
T
Yuri Kuznetsov 701a60a07f autocomlate off
2014-08-19 12:38:24 +03:00

3 lines
173 B
Smarty

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