Dirty check for rich text fields
I have enable dirty check to warn users when they have unsaved changes. To do this I including a section with
pega.u.d.bUseNativeDirtyConfirm = true ;
The issue I am having is that this does not seem to work for rich text fields.
Is there any way to make the dirty check work for rich text fields?
I found the JS file called pzpega_ui_doc_dirtyhandling which I think is what is handling the dirty checking. In this JS file you can see some property types referenced, which I think is the only property types that is supported.
Any way around this?
Thanks
***Edited by Moderator Marije to add FDBK & BUG tags***