Initial commit
This commit is contained in:
12
client/res/templates/fields/base/search.tpl
Normal file
12
client/res/templates/fields/base/search.tpl
Normal file
@@ -0,0 +1,12 @@
|
||||
<input
|
||||
type="text"
|
||||
class="main-element form-control input-sm"
|
||||
data-name="{{name}}"
|
||||
value="{{searchParams.value}}" {{#if params.maxLength}}
|
||||
maxlength="{{params.maxLength}}"{{/if}}{{#if params.size}}
|
||||
size="{{params.size}}"{{/if}}
|
||||
autocomplete="espo-{{name}}"
|
||||
{{#if noSpellCheck}}
|
||||
spellcheck="false"
|
||||
{{/if}}
|
||||
>
|
||||
Reference in New Issue
Block a user