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
Otherwise your trigger char doubles up. Then use the defaultValue configuration option when instantiating.
Unfortunately this appears to be the only way to set a custom value programmatically. You could duplicate this method and pass an argument to it, though, if you need it.
You can actually change the val method behaviour: val : function (callback) { if (!_.isFunction(callback)) { resetInput(callback); return; } callback.call(this, mentionsCollection.length ? elmInputBox.data('messageText') : getInputBoxValue()); },
If I already have the markup in textarea then I would want to be converted to Mention input. or else some sort of reset value or set value I need
The text was updated successfully, but these errors were encountered: