Ant-design: Modal.confirm能否支持maskClosable选项

Created on 5 Jan 2017  ·  4Comments  ·  Source: ant-design/ant-design

很多人都习惯去点蒙层

help wanted

Most helpful comment

confirm({
  title: 'Want to delete these items?',
  content: 'some descriptions',
+ maskClosable: true,   // confirm 增加 maskClosable 配置,默认为 false
});

来个 PR 发到 feature-2.7 分支如何?

All 4 comments

confirm({
  title: 'Want to delete these items?',
  content: 'some descriptions',
+ maskClosable: true,   // confirm 增加 maskClosable 配置,默认为 false
});

来个 PR 发到 feature-2.7 分支如何?

我试试

赞,参与起来~ 后面用起来更有信心

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

longhuasishen picture longhuasishen  ·  3Comments

PeteAndersen picture PeteAndersen  ·  3Comments

mineralres picture mineralres  ·  3Comments

ericdai picture ericdai  ·  3Comments

tangsj picture tangsj  ·  3Comments