Closed ddooley closed 1 year ago
Remaining problem is with flatpickr datepicker?
I'll close the PR since it looks to me like a straightforward upgrade, but could you explain this issue?
Hi Kenneth - issue is explained in https://github.com/cidgoh/DataHarmonizer/issues/408 . It turns out solution may not have required a Handsontable upgrade but I did it anyways (and Patrick was ok with upgrade).
Also it does introduce a new property for a loaded schema template: "this.fields = this.getFields(); " . This means code can be a bit more efficient elsewhere by replacing .getFields() calls with this.fields references.
2ndary code changes required for handsontable upgrade below:
Remaining problem is with flatpickr datepicker?