Default taglist category to need 0 characters before expanding, since we'll have the options.

This commit is contained in:
Nathan Gray 2016-03-22 14:48:59 +00:00
parent e5cbe2c57c
commit c871b6728d

View File

@ -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": ""
},