I always use it very conveniently.
There is one problem.
The behavior is different between
<e-grid column editType = "numericedit">
and
<input type = "number">
When inputting with Japanese IME and confirming the conversion
<input type = "number"> cancels non-numeric input.
<e-grid column editType = "numericedit"> can enter non-numeric values. Then, when the cursor is removed, the non-numeric value is deleted.
It is a problem that can be avoided by adding type = "number" later with javascript, but is it possible to deal with it on the ejs-grid side?