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
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
For some reason when I utilize ng-model-options="{ updateOn: 'default blur', debounce: { 'default': 5000, 'blur': 0 } }" . Default delay of 5000 is working alright. However, onBlur doesn't trigger model update.
@deeg I have no idea how this can be supported. however, there is something that I noticed, changes in debounce value are taken in to consideration where as blur is not.
Activity
deeg commentedon May 11, 2016
I am not sure we are set up to work with ng-model-options. I am open to supporting this if you want to put out a PR.
I will open a ticket and look into adding a version number to the tinymce.js file.
shyamal890 commentedon May 24, 2016
@deeg I have no idea how this can be supported. however, there is something that I noticed, changes in
debounce
value are taken in to consideration where asblur
is not.shyamal890 commentedon Jun 21, 2016
@deeg Made some changes to js file for custom debounce and blur option. Would like your take whether they are good enough as a temporary solution?
Changes:
Added
debouncetime
andonblur
to options.PLUNKER
SiriusED commentedon May 10, 2018
Is this issue fixed or still opened?