Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
415
Text Editor fails to fire text \ value changed events.
posted

Setting the editor value to "fred" and calling the set text methods does not cause the text or value changed event to fire.

I have tired the following and the events are not fired.

$(selector).igTextEditor("text", "");

$(selector).igTextEditor("option","value", "");

$(selector).igTextEditor("value", "");