mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-07-05 08:39:32 +02:00
Disable auto completion in the select user field
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user