mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 16:35:02 +02:00
Set name attribute for searchbox input as it is necessary to get autocomplete working
This commit is contained in:
@ -481,6 +481,8 @@ var et2_searchbox = (function(){ "use strict"; return et2_textbox.extend(
|
|||||||
},0);
|
},0);
|
||||||
}
|
}
|
||||||
}},this);
|
}},this);
|
||||||
|
// Autocomplete needs name
|
||||||
|
this.search.input.attr('name', this.id||'searchbox');
|
||||||
this.search.input.on({
|
this.search.input.on({
|
||||||
keyup:function(event)
|
keyup:function(event)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user