3 lines
173 B
Smarty
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">
|
|
|