Results 12 issues of aofong

```js const customNavigate = (cell, keyCode, e) => { if (keyCode === 13) { return [{ i: 0, j: e.shiftKey ? -1 : 1 }, true]; } return null; };...

遮罩层层级,有时候还是有问题, 例如 我使用showModal()后,在弹出层使用show(elm)并设置快速关闭后,这个follow提示有时候就跑到弹出层后面去了 发现是页面存在多个弹窗时,后面生成的zIndex还是从初始值增长造成的

`"mdebug": "^1.0.4"` - 样式易受主页面影响 ![image](https://user-images.githubusercontent.com/3070161/131944310-aedb4cbf-569c-4a1e-a0e3-7d99e8dd30d8.png) - console多参数信息输出,建议一行输出 ![image](https://user-images.githubusercontent.com/3070161/131944472-da3791a2-5bfa-46c9-a1ca-ed12d9d648d0.png)

版本:0.12.1 react:15.6.2 antd:2.13.11 上传完成后=》确定按钮由禁用变启用=》稍等几秒再点击确定=》会插入多份上传内容到编辑器中 查看react组件发现有个方法一直在定时运行 我查阅到有个issues(#121)中有提到,给出的解决方案是重置fileList,但是重置fileList后上传窗口上的上传成功列表又不会显示了,所以此处有冲突 ![image](https://user-images.githubusercontent.com/3070161/40979524-a2db8172-6908-11e8-8517-db7f9910c41b.png) 图一 ![image](https://user-images.githubusercontent.com/3070161/40980003-f613fc38-6909-11e8-8f7b-3f859e71a66e.png) 图二

这个提示有办法干掉吗,太扰眼了 ![image](https://user-images.githubusercontent.com/3070161/42297438-08111256-8032-11e8-918a-af6a3d7b94a7.png)

``` var config = new LoggingConfiguration(); var mongoTarget = new MongoTarget(); config.AddTarget("targetMongo", mongoTarget); ``` ``` nlog.config ```

### 🐛 bug 描述 `@ant-design/pro-components`升级后,表格搜索区域的输入框`addonBefore`属性实现,通过自定义的`valueType`类型实现 ### 📷 复现步骤 ``` tdComboDateSelector: { render: (text, props, dom) => dom, renderFormItem(text, props) { const [picker, setPicker] = useState('date'); const [value, setValue] = useState(null);...

⭕️ bug
form

### 🐛 bug 描述 `ProTable中`使用`toolbar.menu`配置菜单项目过多时出现菜单溢出问题 ### 📷 复现步骤 下面是官方的demo将menu中的items这个多个就会出现 ### 🏞 期望结果 ### © 版本信息 - ProComponents 版本: 1.1.21 - umi 版本 :3.5.32 - 浏览器环境:104.0.1293.54 (正式版本) (x86_64) - 开发环境 mac...

``` Asset.prototype.fetch = function(url, callback) { var self = this return new Promise(function(resolve, reject) { callback = callback || noop; var path = util.format('/fetch/%s/to/%s', utils.safeEncode(url), self.entryUrl()); var _url = url.format({...

Name | Type | Description --- | --- | --- requestExecutionLevel | string | `user` , `admin`