javascript - FireFox editableCellTemplate only enabling editing one time -
in firefox, have editablecelltemplate of:
<input type="number" ng-class="\'colt\' + col.index" ng-input="col_field" ng-model="col_field" />
the first time user clicks, allows him modify cell. subsequent attempts not enter edit mode. using version 2.0.7 of grid. however, works fine in chrome , ie.
there error in firefox console once trying edit same cell: typeerror: current null angular.js:9186
here jsfiddle illustrate problem in firefox: try modifying 'age' column.
i think thay should change type="number" type="text". it's worked me!
Comments
Post a Comment