Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Laurent Lequenne 122 posts 247 karma points
    May 11, 2017 @ 14:30
    Laurent Lequenne
    0

    We currently have some mix of controls in our project and at a certain point we are in a scenario where in the grid, we have some vorto container which contains a rich text editor.

    For one or another reason that I still don't know, the rich text editor is setting the form to dirty... Even if his own control container is not dirty at all.

    I'm trying to clean the form state with something like ...

      angularHelper.getCurrentForm($scope).$setPristine();
    

    But no way, when using some timeout, I achieve to set the state correct of the ng-form (propertyform). but the form on the content editor (contentform) stays dirty.

    Is there any one that could have experimented that same issue and solved it ?

    Thanks for your help :)

Please Sign in or register to post replies

Write your reply to:

Draft