Compose focus fixes (#547)

This commit is contained in:
RainLoop Team 2015-03-21 02:22:06 +04:00
parent 30b7ce263f
commit 4a90e2406c
6 changed files with 41 additions and 13 deletions

View file

@ -64,6 +64,8 @@
// the array of tag names is passed and expected to be returned as an array after manipulation
parseHook : null,
elementHook : null,
// define a placeholder to display when the input is empty
placeholder: null
},
@ -536,6 +538,8 @@
});
}
$.isFunction(this.options.elementHook) && (this.options.elementHook($li, obj));
return $li;
}
},

File diff suppressed because one or more lines are too long