Hi Kyung,
We are glad to
announce that our weekly patch release (20.2.38) is rolled out. And we
have included the fix for the reported issue in this release. So, kindly
upgrade your package versions to the latest to avail of these changes (20.2.38).
Package: https://www.npmjs.com/package/@syncfusion/ej2-vue-spreadsheet
Feedback Portal Link: https://www.syncfusion.com/feedback/35744/keyboard-languagekorean-first-letter-is-not-detected-properly-while-editing
Meanwhile, please use the below workaround solution to resolve this issue in your side.
Code
Block:
|
beforeCellRender: function (args) {
if (args.rowIndex !== undefined && args.colIndex !== undefined) {
args.element.contentEditable = 'true';
}
},
<style>
.e-spreadsheet .e-table tr .e-cell {
caret-color: transparent;
}
.e-spreadsheet .e-table tr .e-cell::selection {
background-color: inherit;
color: inherit;
}
</style>
|
For your convenience we have prepared the sample based on our
suggestion. Please find the link below.
Sample Link: https://www.syncfusion.com/downloads/support/directtrac/general/ze/vue3-ej2-spreadsheet-1398193250
Could you please check the above links and get back to us, if you
need any further assistance on this.
Regards,
Sangeetha M