You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onBlur: function () {
var that = this,
options = that.options;
///////////////////////////////////////////////////////////////////////
if (that.selection == null) {
(options.onInvalidateSelection || $.noop).call(that.element);
}
//////////////////////////////////////////////////////////////////
// If user clicked on a suggestion, hide() will
// be canceled, otherwise close suggestions
that.blurTimeoutId = setTimeout(function () {
that.hide();
}, 200);
},
is there anyother way?
The text was updated successfully, but these errors were encountered:
onBlur: function () {
var that = this,
options = that.options;
///////////////////////////////////////////////////////////////////////
if (that.selection == null) {
(options.onInvalidateSelection || $.noop).call(that.element);
}
//////////////////////////////////////////////////////////////////
is there anyother way?
The text was updated successfully, but these errors were encountered: