Skip to content

Commit

Permalink
Revert "AUI-3112 it's supposed to take inputFormatter (reverted from …
Browse files Browse the repository at this point in the history
…commit 40688ef)"

This reverts commit 0d94fde.
  • Loading branch information
arthurchan35 authored and Jonathan Mak committed Aug 22, 2017
1 parent d53c1e2 commit f97e150
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
Expand Up @@ -199,7 +199,7 @@ A.mix(CellEditorSupport.prototype, {

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

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

instance._refocusActiveCell();
},
Expand Down

0 comments on commit f97e150

Please sign in to comment.