Skip to content

Commit

Permalink
AUI-3112 it's supposed to take inputFormatter (reverted from commit 4…
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Mak committed Jul 28, 2017
1 parent 9636af7 commit 0d94fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aui-datatable/js/aui-datatable-cell-editor-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ A.mix(CellEditorSupport.prototype, {

editor.set('value', event.newVal);

record.set(column.key, editor.formatValue(editor.get('inputFormatter'), event.newVal));
record.set(column.key, editor.formatValue(editor.get('outputFormatter'), event.newVal));

instance._refocusActiveCell();
},
Expand Down

0 comments on commit 0d94fde

Please sign in to comment.