We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c4015b commit 4cb77a3Copy full SHA for 4cb77a3
code-gen-library/WebGridNumericColEditCellTemplate/React.tsx
@@ -13,6 +13,7 @@ export class WebGridNumericColEditCellTemplate {
13
return (
14
<IgrInput
15
type="number"
16
+ id="mimi1"
17
name={cell.id.rowID}
18
value={cell.editValue}
19
inputOcurred={(s:any, e: any) => {
0 commit comments