Skip to content

Commit

Permalink
BUG Don’t track gridstate changes as form edits
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Edwards authored and robbieaverill committed Oct 19, 2018
1 parent 0d14fd2 commit 5d626fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/dist/js/vendor.js

Large diffs are not rendered by default.

Expand Up @@ -48,7 +48,7 @@ import debounce from 'lodash.debounce';
}

this.defaults = {
fieldSelector: ':input:not(:button,[type="submit"],[type="search"])',
fieldSelector: ':input:not(:button,[type="submit"],[type="search"],.gridstate)',
ignoreFieldSelector: '.no-change-track,[type="search"]',
changedCssClass: 'changed'
};
Expand Down

0 comments on commit 5d626fa

Please sign in to comment.