Skip to content

Commit 4cb77a3

Browse files
committed
Adding react input id
1 parent 8c4015b commit 4cb77a3

File tree

1 file changed

+1
-0
lines changed
  • code-gen-library/WebGridNumericColEditCellTemplate

1 file changed

+1
-0
lines changed

code-gen-library/WebGridNumericColEditCellTemplate/React.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ export class WebGridNumericColEditCellTemplate {
1313
return (
1414
<IgrInput
1515
type="number"
16+
id="mimi1"
1617
name={cell.id.rowID}
1718
value={cell.editValue}
1819
inputOcurred={(s:any, e: any) => {

0 commit comments

Comments
 (0)