We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2241c commit 8f7eb62Copy full SHA for 8f7eb62
src/app/grid/grid-row-editing-style/grid-row-editing-style.component.html
@@ -7,7 +7,7 @@
7
<!--The following template can be omitted (grid handles this internally) but it is here as an example of custom cell editor.-->
8
<ng-template igxCellEditor let-cell="cell">
9
<igx-input-group>
10
- <input igxInput [igxFocus]='true' name="units" [(ngModel)]="cell.editValue" style="color: black" />
+ <input igxInput type="number" [igxFocus]='true' name="units" [(ngModel)]="cell.editValue" style="color: black" />
11
</igx-input-group>
12
</ng-template>
13
</igx-column>
0 commit comments