Commit 58afcf8 1 parent 0f48b1e commit 58afcf8 Copy full SHA for 58afcf8
File tree 2 files changed +5
-0
lines changed
2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ ## [ Unreleased]
8
+ ### Fixed
9
+ - Edit Grid not firing outer calculations on 'Save' button click
10
+
7
11
## 3.1.3
8
12
### Fixed
9
13
- Problem with the PDFBuilder component where it would remove listeners for the drag-and-drop components.
Original file line number Diff line number Diff line change @@ -338,6 +338,7 @@ export default class EditGridComponent extends NestedComponent {
338
338
this . editRows [ rowIndex ] . dirty = false ;
339
339
this . editRows [ rowIndex ] . isOpen = false ;
340
340
this . updateValue ( ) ;
341
+ this . triggerChange ( ) ;
341
342
this . buildTable ( ) ;
342
343
this . checkValidity ( this . data , true ) ;
343
344
}
You can’t perform that action at this time.
0 commit comments