5 lines
199 B
Smarty
5 lines
199 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}}>
|
|
|
|
|