mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Default taglist category to need 0 characters before expanding, since we'll have the options.
This commit is contained in:
parent
e5cbe2c57c
commit
c871b6728d
@ -1136,6 +1136,9 @@ et2_register_widget(et2_taglist_email, ["taglist-email"]);
|
||||
var et2_taglist_category = (function(){ "use strict"; return et2_taglist.extend(
|
||||
{
|
||||
attributes: {
|
||||
"minChars": {
|
||||
default: 0
|
||||
},
|
||||
"autocomplete_url": {
|
||||
"default": ""
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user