mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +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(
|
var et2_taglist_category = (function(){ "use strict"; return et2_taglist.extend(
|
||||||
{
|
{
|
||||||
attributes: {
|
attributes: {
|
||||||
|
"minChars": {
|
||||||
|
default: 0
|
||||||
|
},
|
||||||
"autocomplete_url": {
|
"autocomplete_url": {
|
||||||
"default": ""
|
"default": ""
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user