Commit Graph

150 Commits

Author SHA1 Message Date
Benjy Cui
200b88246f docs: update docs format 2017-02-13 10:55:53 +08:00
Benjy Cui
3e17551b7e site: improve build speed 2017-01-19 15:22:53 +08:00
afc163
26d3c506b3 simplify select combobox demo 2017-01-05 15:47:19 +08:00
Benjy Cui
29e598a3f3 docs: add missing docs for Option[title] 2017-01-03 16:00:34 +08:00
afc163
2583798cce Add demo for Case-insensitive search Select, close #4408 2016-12-30 14:05:27 +08:00
Benjy Cui
9f2e6c8baa docs: update demo for SSR 2016-12-19 17:54:25 +08:00
afc163
37af26fbdf update select demo 2016-12-03 15:35:39 +08:00
afc163
c6c5a0c3a1 fix demo focus error 2016-11-24 16:16:27 +08:00
afc163
5aea5b24ef update select demo code style 2016-11-08 21:23:29 +08:00
Meck
7d2328b910 docs: improve 2016-11-03 10:44:41 +08:00
Wei Zhu
5c711a275e deps: update rc-select (#3692)
* Update rc-select

* Add automatic tokenization demo
2016-11-02 17:35:05 +08:00
kvetoslavnovak
0eb080bf49 Select Basic usage - Eng. correction (#3383) 2016-10-12 11:04:45 +08:00
kvetoslavnovak
b700e7ea06 Three Select - Eng. correction (#3384) 2016-10-12 11:04:40 +08:00
kvetoslavnovak
ef2c2b114e Select Option Group - Eng. correction (#3385) 2016-10-12 11:04:32 +08:00
afc163
3ac6532577 Fix Select notFoundContent
close #3345

also close #3344
2016-10-09 22:55:50 +08:00
afc163
58d7741709 http => https, close #3303 2016-10-06 18:54:28 +08:00
Benjy Cui
0265cf0cb1 docs: update links 2016-09-30 10:34:27 +08:00
Benjy Cui
87753482bf style: update code style to please lint, close: #2811 2016-09-27 10:06:34 +08:00
Marius Ileana
a8cc57cd13 docs: select/demo/coordinate.md - English translation (#3011)
English translation of labels/data
2016-09-12 10:10:27 +08:00
Marius Ileana
bde1711597 docs: select/demo/combobox.md - English translation (#3010)
English translation of labels and comments
2016-09-12 10:10:07 +08:00
Marius Ileana
ced5c9a9ed docs: select/demo/search.md - English translation (#3009)
English translation of labels.
2016-09-12 10:09:22 +08:00
Andrew Murray
0d00c5fb6c docs: Fixed typos (#2921) 2016-09-01 18:12:12 +08:00
afc163
e0eb9ae162 Merge branch "1.x-stable" 2016-08-29 21:02:59 +08:00
afc163
b6222f7c22 fix lints 2016-08-28 17:47:06 +08:00
detailyang
ff05904b54 append slash on URI (#2834)
[http://ant.design/components/cascader](http://ant.design/components/cascader) is 404 but [http://ant.design/components/cascader/](http://ant.design/components/cascader/) is good well
2016-08-25 10:52:51 +08:00
陆离
552fa228ee feat: AutoComplete (#2490) 2016-07-25 17:46:45 +08:00
陆离
b2ff1dcc75 docs: i18n of Select (#1899) 2016-07-10 08:55:43 +08:00
afc163
8f5dc9df23 update demo 2016-06-14 23:10:17 +08:00
Benjy Cui
2144349741 style: enable react/jsx-closing-bracket-location 2016-06-06 13:54:10 +08:00
afc163
5c9b4b4296 update select demo 2016-05-19 18:05:35 +08:00
Eric
8ba9f0be54 docs : set select width to fit its container (#1775) 2016-05-19 16:32:41 +08:00
ddcat1115
02ce67d44c fix #1695 add demo & doc 2016-05-19 13:45:18 +08:00
afc163
13f86edbdb fix link 2016-05-13 23:10:05 +08:00
afc163
ca849c8ee3 Fix search-input with Select 2016-05-13 11:45:09 +08:00
Benjy Cui
ecaa6c56c3 style: enable comma-dangle 2016-05-11 09:32:33 +08:00
afc163
0ca6a1c24a css modularize (#1448)
* css modularize

* Add alert style

* Move more component style

* Move iconfont to common style

* Move layout style

* Move more component style

* Move all components

* Fix lots of mixin deps

* remove css-prefix from less

* fix a button icon style bug

* restructure

* fix index

* add dist

* fix jest

* fix some components style

* clean webpack config

* check more components style

* update tabs

* update scripts

* update scripts

* fix form style

* fix more style

* Fix select width

* Fix form and tabs style
2016-04-27 20:44:36 +08:00
afc163
cfcbc75190 Fix select demo 2016-04-27 18:07:48 +08:00
Leon Shi
6acb9ce400 upgrade rc-select to 6.2.3 (#1527) 2016-04-27 17:57:35 +08:00
Benjy Cui
e767edcb73 css: clear should be hidden if Select is disabled #1480 2016-04-22 15:41:52 +08:00
Benjy Cui
59cb0a8fbb site: fix parse errors.. 2016-04-08 09:33:09 +08:00
Benjy Cui
df3ba36720 docs: remove useless newline in documentation 2016-04-01 10:08:19 +08:00
Benjy Cui
03d09b66e8 docs: update demo format 2016-03-31 09:40:55 +08:00
afc163
baed8ba9ae Fix select docs 2016-03-04 21:42:38 +08:00
afc163
ad07fd923b Merge pull request #1075 from ant-design/css-search-box
Css search box
2016-02-24 20:00:34 +08:00
afc163
8467ebe7fa update search box demo 2016-02-24 19:55:23 +08:00
afc163
8fb56286fb use placeholder in select combobox demo 2016-02-24 18:22:54 +08:00
Benjy Cui
48900ed7f8 css: add search box style for Select #1067 2016-02-24 15:11:50 +08:00
afc163
1ef95ec1ec improve demo for select optionFilterProp 2016-02-23 11:16:58 +08:00
Benjy Cui
29825f20c8 style: update code style to please lint 2016-02-17 18:04:42 +08:00
Benjy Cui
415a3d995b style: update code style to please lint 2016-02-16 14:07:09 +08:00
afc163
48433b5c93 upgrade rc-select 2016-01-28 12:16:18 +08:00
Benjy Cui
cd1391e6a2 style: update code style for object-curly-spacing 2016-01-27 17:00:58 +08:00
afc163
66b7ee81ad fix eslint problems, eslint-config-airbnb@4.x 2016-01-23 15:22:16 +08:00
afc163
cf92a79529 merge master 2016-01-12 11:44:02 +08:00
Benjy Cui
aa5c4f9595 style: update code style to please lint 2016-01-11 09:49:31 +08:00
Benjy Cui
209170e813 style: update demo code style to please lint 2016-01-11 09:49:30 +08:00
Benjy Cui
02bcdee3c3 docs: update Select's doc #799 2016-01-05 17:50:25 +08:00
afc163
461495d46d update cascader document 2016-01-01 22:59:09 +08:00
afc163
d79562075a update select demo 2015-12-31 17:36:37 +08:00
afc163
4d8e008927 update demo code 2015-12-30 19:34:05 +08:00
afc163
91bd7f22c0 use mountNode replace the long getElementById 2015-12-29 12:08:58 +08:00
Benjy Cui
4e4273ec5b docs: update Select's documentation 2015-12-02 16:28:41 +08:00
afc163
d1d3329674 fix boolean attribute lint errors 2015-11-25 18:10:35 +08:00
afc163
b520982f22 update demo code style 2015-11-19 17:12:16 +08:00
afc163
eb7568c8a6 update select style 2015-11-05 17:49:47 +08:00
afc163
753c01ae18 ES6 syntax for demo code
fix antd.notification
2015-10-28 20:55:49 +08:00
afc163
3b6c92045c update demo style 2015-10-22 21:12:13 +08:00
yiminghe
76b0f673ec beta2 2015-10-20 16:47:55 +08:00
afc163
f26bbc1cd5 Add document version switch in footer, #406 2015-10-19 17:58:56 +08:00
yiminghe
7b4bdc8482 fix placeholder 2015-09-17 19:31:52 +08:00
yiminghe
0435ca60e3 update filterOption 2015-09-16 19:52:09 +08:00
yiminghe
fbad793d3d upgrade select 2015-08-31 19:41:58 +08:00
afc163
35f64c436e Fix demo, #196 2015-08-26 11:02:13 +08:00
yiminghe
c4b5b186ae render to body 2015-08-21 14:54:37 +08:00
yiminghe
0a1cfccd22 upgrade select. Fixes #170 2015-08-20 17:46:12 +08:00
afc163
ea298befa5 update optionGroup Demo 2015-08-19 13:50:57 +08:00
zhujun24
dee35bd833 optimize code style 2015-08-10 15:39:50 +08:00
zhujun24
ea3f38a58a unify size api name 2015-08-10 13:22:50 +08:00
zhujun24
e3e17376f0 selece size 2015-08-08 19:11:10 +08:00
afc163
67a200ee30 添加联动的选择框, fix #115 2015-08-06 12:06:05 +08:00
然则
fcd8a7fd3f fix #99 2015-08-01 17:51:55 +08:00
afc163
fe0ead041a update combobox demo 2015-07-23 11:13:20 +08:00
afc163
59869fa42d display label in select defaultly, fix #50 2015-07-22 12:37:20 +08:00
afc163
3b6ea9846d Add placeholder 2015-07-21 11:05:11 +08:00
yiminghe
3777933020 fix select style 2015-07-15 19:59:54 +08:00
yiminghe
46b0685364 upgrade select 2015-07-08 22:07:15 +08:00
yiminghe
0a7410973e clean warning 2015-07-08 20:53:11 +08:00
然则
65ac43f175 up demo 2015-06-19 18:00:39 +08:00
然则
64465d7230 up select style 2015-06-19 17:35:32 +08:00
afc163
bd7bbd0cd5 update demos 2015-06-18 12:02:38 +08:00
afc163
8ab58d6fce update rc-select and demos 2015-06-18 11:57:31 +08:00
afc163
5ac56461a1 update select combobox demo 2015-06-16 19:59:07 +08:00
afc163
48700296b8 update select demos 2015-06-16 14:54:31 +08:00
afc163
16afacea79 adjust select demo 2015-06-15 17:54:34 +08:00
然则
d73b1e5cec up 2015-06-15 17:17:23 +08:00
afc163
5e61c60661 update selet demo 2015-06-14 17:26:31 +08:00
然则
58938d38e7 up select component 2015-06-11 19:23:35 +08:00
然则
34e0fa4b8d add select component 2015-06-09 21:16:59 +08:00
afc163
6842c03762 select demo update 2015-06-02 18:15:32 +08:00
afc163
d83608dff4 read demo from demo folder 2015-05-16 15:03:33 +08:00