ant-design/components/modal/demo
afc163 c5cab1d687 Add confirmLoading prop for Modal
You can use `confirmLoading` to cancel button loading status.

```
onOk() {
  ...
  this.setState({
    confirmLoading: false
  });
}
```

Fix #322
2015-09-22 15:06:10 +08:00
..
basic.md Add confirmLoading prop for Modal 2015-09-22 15:06:10 +08:00
confirm-promise.md Add some info type Modal, close #244 2015-09-07 11:48:57 +08:00
confirm.md Add some info type Modal, close #244 2015-09-07 11:48:57 +08:00
custom.md Fix visible state bug in handleCancel 2015-09-08 12:38:21 +08:00
footer.md get mousePosition from mousemove listener for more elegant API 2015-08-18 12:26:19 +08:00
info.md Allow multiple confirm dialogs popup 2015-09-18 16:00:12 +08:00