aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/default/editlink.html
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-03-12 13:52:35 +0100
committerGitHub <noreply@github.com>2017-03-12 13:52:35 +0100
commit6e0a1310a22e17d183095d99bed5b5b12819b294 (patch)
tree45411b55e48653fbf53dbd567e3a9d1a82a814ff /tpl/default/editlink.html
parentf8a8973f42bad5afc7594f43ace2d1ca9e13d6c6 (diff)
parent15162272f46a3ae6e93a9f405173e0c770219fff (diff)
downloadShaarli-6e0a1310a22e17d183095d99bed5b5b12819b294.tar.gz
Shaarli-6e0a1310a22e17d183095d99bed5b5b12819b294.tar.zst
Shaarli-6e0a1310a22e17d183095d99bed5b5b12819b294.zip
Merge pull request #811 from ArthurHoaro/theme/awesomplete-overflow
Fixes #806: display overflow for awesomplete list
Diffstat (limited to 'tpl/default/editlink.html')
-rw-r--r--tpl/default/editlink.html2
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>