6 lines
198 B
Smarty
6 lines
198 B
Smarty
|
|
<input type="text" class="main-element form-control" name="{{name}}" value="{{value}}" autocomplete="off" pattern="[\-]?[0-9]*" {{#if params.maxLength}} maxlength="{{params.maxLength}}"{{/if}}>
|
|
|
|
|
|
|