Disable auto completion in the select user field

This commit is contained in:
Naoki Takezoe
2015-12-05 03:43:57 +09:00
parent 7eb6fea08b
commit 50166f04d8

View File

@@ -1,6 +1,6 @@
@(id: String, width: Int)(implicit context: gitbucket.core.controller.Context)
@import context._
<input type="text" name="@id" id="@id" style="width: @{width}px; margin-bottom: 0px;"/>
<input type="text" name="@id" id="@id" autocomplete="off" style="width: @{width}px; margin-bottom: 0px;"/>
<script>
$(function(){
$('#@id').typeahead({