1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-16 14:50:48 +03:00

Fix autocomplete

This commit is contained in:
Denis Shakhov 2017-02-06 10:56:36 +07:00
parent 54d2560483
commit 756573c612
3 changed files with 5 additions and 2 deletions

View file

@ -45,7 +45,7 @@
{/if}
{/if}
{component 'field' template='select'
{component 'field.autocomplete'
label = $aLang.topic.add.fields.blog.label
name = ''
placeholder = $aLang.topic.add.fields.blog.placeholder

View file

@ -17,7 +17,7 @@
</a>
{/capture}
{component 'field' template='select'
{component 'field.autocomplete'
label = $label
name = $name
inputClasses = 'js-user-field-choose-users'

View file

@ -21,6 +21,9 @@
.ls-field-input { width: 100%; }
select[multiple].ls-field-input { max-width: 300px; }
.ls-field--autocomplete select {
display: none;
}
/**
* Horizontal