Skip to content

Commit 8f7eb62

Browse files
authored
docs(grid): updated sample grid columns type (#3521)
1 parent ae2241c commit 8f7eb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/grid/grid-row-editing-style/grid-row-editing-style.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!--The following template can be omitted (grid handles this internally) but it is here as an example of custom cell editor.-->
88
<ng-template igxCellEditor let-cell="cell">
99
<igx-input-group>
10-
<input igxInput [igxFocus]='true' name="units" [(ngModel)]="cell.editValue" style="color: black" />
10+
<input igxInput type="number" [igxFocus]='true' name="units" [(ngModel)]="cell.editValue" style="color: black" />
1111
</igx-input-group>
1212
</ng-template>
1313
</igx-column>

0 commit comments

Comments
 (0)