diff options
author | ArthurHoaro <arthur@hoa.ro> | 2017-03-12 13:28:37 +0100 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2017-03-12 13:28:37 +0100 |
commit | 15162272f46a3ae6e93a9f405173e0c770219fff (patch) | |
tree | 0b87b20738e8234215331490bd60efc185268509 /tpl/default/editlink.html | |
parent | 5eca4ea11ef7c292e8b1352a41db12183e159361 (diff) | |
download | Shaarli-15162272f46a3ae6e93a9f405173e0c770219fff.tar.gz Shaarli-15162272f46a3ae6e93a9f405173e0c770219fff.tar.zst Shaarli-15162272f46a3ae6e93a9f405173e0c770219fff.zip |
Fixes #806: display overflow for awesomplete list
Diffstat (limited to 'tpl/default/editlink.html')
-rw-r--r-- | tpl/default/editlink.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/default/editlink.html b/tpl/default/editlink.html index 491f1da0..354499a4 100644 --- a/tpl/default/editlink.html +++ b/tpl/default/editlink.html | |||
@@ -36,7 +36,7 @@ | |||
36 | </div> | 36 | </div> |
37 | <div> | 37 | <div> |
38 | <input type="text" name="lf_tags" id="lf_tags" value="{$link.tags}" class="lf_input autofocus" | 38 | <input type="text" name="lf_tags" id="lf_tags" value="{$link.tags}" class="lf_input autofocus" |
39 | data-list="{loop="$tags"}{$key}, {/loop}" data-multiple autocomplete="off" > | 39 | data-list="{loop="$tags"}{$key}, {/loop}" data-multiple data-autofirst autocomplete="off" > |
40 | </div> | 40 | </div> |
41 | 41 | ||
42 | <div> | 42 | <div> |