Commit Graph

21 Commits

Author SHA1 Message Date
elrrrrrrr
244c3a78a5 chore: 迁移 modal iconfont
- api 接口有变
2015-10-02 15:41:04 +08:00
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
afc163
75d710a1b8 Add some info type Modal, close #244 2015-09-07 11:48:57 +08:00
afc163
e6d92e37b1 update modal default props 2015-08-25 16:56:08 +08:00
afc163
fdf19520d6 Add component type 2015-08-22 20:16:24 +08:00
yiminghe
867c4f2a85 support mousePosition 2015-08-17 23:42:52 +08:00
afc163
fa9914f34a components order 2015-07-20 12:28:36 +08:00
yiminghe
82913b8610 support promise for modal 2015-06-25 15:35:46 +08:00
yiminghe
abcdaddcaa support promise for modal 2015-06-25 15:29:56 +08:00
afc163
646c6853d6 move confirm into modal 2015-06-12 19:41:30 +08:00
afc163
b9b6cd33d0 components order 2015-06-12 17:49:30 +08:00
afc163
0cbf1b9cc3 update modal demos 2015-06-12 17:37:39 +08:00
yiminghe
c634b4d14c add confirm 2015-06-10 22:02:13 +08:00
afc163
ab6599b367 update modal demo 2015-06-10 16:43:35 +08:00
afc163
b16202a329 update modal 2015-06-05 10:39:30 +08:00
yiminghe
31daadf847 update modal 2015-06-04 21:37:56 +08:00
yiminghe
93a8db1b7f update modal 2015-06-04 21:22:34 +08:00
yiminghe
06f63b279b add modal 2015-06-04 21:19:07 +08:00
yiminghe
6b0dd1dffe add modal 2015-06-04 21:17:52 +08:00
afc163
5651c402a5 update layout 2015-06-02 12:11:49 +08:00
afc163
43ef2dccd3 挖坑 2015-05-27 15:43:29 +08:00