mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Set name attribute for searchbox input as it is necessary to get autocomplete working
This commit is contained in:
parent
8fb9063157
commit
c7b576481b
@ -481,6 +481,8 @@ var et2_searchbox = (function(){ "use strict"; return et2_textbox.extend(
|
||||
},0);
|
||||
}
|
||||
}},this);
|
||||
// Autocomplete needs name
|
||||
this.search.input.attr('name', this.id||'searchbox');
|
||||
this.search.input.on({
|
||||
keyup:function(event)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user