为了账号安全,请及时绑定邮箱和手机立即绑定

angularjs ui-grid 行编辑数字的时候, type: 'number',当光标在编辑框

angularjs ui-grid 行编辑数字的时候, type: 'number',当光标在编辑框

紫衣仙女 2018-10-11 14:19:57
angularjs ui-grid 行编辑数字的时候, type: 'number',当光标在编辑框时,鼠标滚动不会改变内容,但是可以通过键盘输入数字代码:                        {                            field: 'approve_reim_amount',                            displayName: '金额',                            type: 'number',                            cellFilter: 'number: 2',                            enableInfiniteScroll: false,                            cellEditableCondition: function ($scope) {                                return $scope.row.entity.canEdit;                            }                        },                                                                        
查看完整描述

1 回答

?
蝴蝶不菲

TA贡献1810条经验 获得超4个赞

其实就是用了ui-grid会改变h5的input 滚轮事件,添加上这个就好了,禁止滚动事件

$document.on("mousewheel", "input[type='number']", function () {

     return false;

});


查看完整回答
反对 回复 2018-11-29
  • 1 回答
  • 0 关注
  • 1125 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信