hi I am registering my custom type as below
Handsontable.cellTypes.registerCellType('rawdate', {
editor: Handsontable.editors.DateEditor,
renderer: Handsontable.renderers.DateRenderer,
className: 'htCenter',
dateFormat: 'MM/DD/YYYY',
correctFormat: true,
defaultDate: '01/01/2018',
})
Everything works fine except correctFormat. If I select from calendar the format woks fine. but when I load date or type date manually in any other format it does not change to format specified. I have followed other articles too and tried rendering and using validateCells() after data load through hooks. But noting worked for me. All other formats are just working fine.
code sample (not executable) https://jsfiddle.net/ArslanAsif/w56j2umy/2