jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.72k stars 824 forks source link

First keyboard typing in international languages #1599

Closed rsauto9311 closed 1 year ago

rsauto9311 commented 1 year ago

My English keyboard typing is good. Hangul is entered in English in the first keyboard typing.

The PRO version is entered normally. For the CE version, the first type is entered in English.

https://user-images.githubusercontent.com/54504666/222483904-41b104c3-2f91-4aab-b932-f116d9d6596c.mp4

hodeware commented 1 year ago

Yes, that is a known limitation of CE. This is not possible to fix on CE since uses an editor to each cell. On PRO that was fix from version 8 and improve on version 9 when the editor is a centralized element.