陆离
46c200896f
Customize Input Component of AutoComplete ( #4483 )
...
* cherry-pick
* remove useless files
* remove useless files
* Group ts
* update interface
* ReactElement
2017-01-13 21:19:23 +08:00
afc163
9e4885d959
update select doc
2017-01-07 22:15:22 +08:00
afc163
1a8f000e35
update doc
2017-01-07 21:28:44 +08:00
afc163
e2b8aee202
fix snapshot
2017-01-05 17:24:14 +08:00
afc163
26d3c506b3
simplify select combobox demo
2017-01-05 15:47:19 +08:00
Wei Zhu
4305ca7ab0
docs: Docment Select.defaultActiveFirstOption
2017-01-04 18:46:39 +08:00
Benjy Cui
29e598a3f3
docs: add missing docs for Option[title]
2017-01-03 16:00:34 +08:00
Edd Hannay
ec2bec5417
Add tokenSeparators prop to Select TS definitions ( #4441 )
...
[The documentation](https://ant.design/components/select/ ) lists the `tokenSeparators` property on the `Select` component, but the TypeScript definition for the component does not contain the `tokenSeparators` property. The underlying `rc-select` component [defines tokenSeparators](https://github.com/react-component/select/blob/master/src/Select.jsx#L79 ) as `PropTypes.arrayOf(PropTypes.string)`, so I've added it as an optional TypeScript property of type `string[]`.
- Add tokenSeparators to SelectProps in Select Component
2017-01-02 19:11:13 +08:00
偏右
d811ebee5c
New color system ( #4426 )
...
* Add new color patterns algorithm
* Add color palettes
* update other colors
* fix gray color
* update more tint/shade to colorPalette
* new font color
* Update doc for new color system
* improve doc style
2017-01-01 22:20:06 +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
Pierre
827aa2f94c
style: remove hardcoded inputs height ( #4175 )
...
* remove hardcoded inputs height
* revert pagination input height
* revert pagination input heights bis
2016-12-15 11:17:09 +08:00
Wei Zhu
07103b9fb6
Don't ignore test files.
2016-12-14 14:48:09 +08:00
Wei Zhu
17a0a33283
Restructure tests.
2016-12-14 14:41:39 +08:00
afc163
a15d2c014a
update labelInValue description
2016-12-13 11:44:59 +08:00
afc163
9dfe19f544
update labelInValue description
2016-12-13 11:43:31 +08:00
chchen
3382abde65
css: set dropdown's background color with @component-background ( #4160 )
2016-12-09 10:35:13 +08:00
afc163
37af26fbdf
update select demo
2016-12-03 15:35:39 +08:00
afc163
3802f08191
Fix wrong description about Select[allowClear] ( #4101 )
2016-12-01 22:28:43 +08:00
Andrey G
a307a7acf7
refactor: remove unnecessary computed props for classNames ( #4055 )
...
* remove unnecessary computed props for classNames
* rollback autocomplete optimization for possible css style order issue
* update snapshots
* remove more unnecessary computed props at Input
2016-11-30 10:20:23 +08:00
Benjy Cui
932443099a
css: use @component-background, ref: #4040
2016-11-29 11:56:10 +08:00
cathayandy
addb6e44dc
Fix #4039 . Replace background-color: #fff with background: @body-background ( #4040 )
2016-11-29 09:54:54 +08:00
afc163
c6c5a0c3a1
fix demo focus error
2016-11-24 16:16:27 +08:00
afc163
1c23189b1d
update select style
2016-11-17 17:08:38 +08:00
afc163
5b3df08ade
use @input-placeholder-color in select and mention, close #3858
2016-11-16 11:34:25 +08:00
afc163
0d63e5f6b5
Fix select[combobox] vertical align, close #3855
2016-11-15 21:54:22 +08:00
afc163
b0f366cb0f
Fix TreeSelect[multiple] placeholder margin bug, close #3841
2016-11-14 20:15:51 +08:00
ddcat1115
0baef0627e
docs: 调整组件导航结构 ( #3758 )
...
- Layout 更名为 Grid
2016-11-09 14:43:32 +08:00
afc163
5aea5b24ef
update select demo code style
2016-11-08 21:23:29 +08:00
afc163
e4974ac72a
use @font-size-base ( #1752 )
2016-11-08 20:57:07 +08:00
afc163
0a48c62dcb
use @text-color
2016-11-08 20:50:59 +08:00
afc163
9b81fe86d9
clear less variables and add @text-color-secondary
2016-11-08 20:48:03 +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
afc163
2026449976
fix some props missing documentation
2016-10-27 11:10:19 +08:00
Benjy Cui
08e21e0a2f
refactor: close : #3490
2016-10-24 16:30:38 +08:00
afc163
ba227bbe54
fix Select[onSearch] overflow scroll
2016-10-24 11:34:50 +08:00
afc163
915f343de3
update select check style
2016-10-21 20:21:40 +08:00
afc163
355f82231c
fix select style
2016-10-21 15:36:07 +08:00
afc163
97bc13426f
fix overflow selected value in Select ( #3481 )
2016-10-20 14:18:07 +08:00
afc163
d38c5a43da
fix about #3481
2016-10-20 11:59:38 +08:00
afc163
0b29ee6fee
continue fix for #3481 , also fix multiple select large and small size style
2016-10-19 20:32:14 +08:00
afc163
ff5d9f6029
Fix select vertical-align and refactor its style, close #3481
2016-10-19 14:27:38 +08:00
Albert Zheng
23dd825afd
【Please review】Fixes for supporting TypeScript 2.0.3 ( #3439 )
...
* Fixes for supporting TypeScript 2.0.3
* Fixes for supporting TypeScript 2.0.3. Issue is #3358
2016-10-18 11:55:00 +08:00
afc163
c196f37239
patch for fixing #3413
2016-10-14 15:47:08 +08:00
afc163
d92a24d477
Improve overlay border design
2016-10-14 15:40:39 +08:00
afc163
ea6537b47a
improve select doc
2016-10-14 11:31:24 +08:00
afc163
00dd1d5f07
improve select doc
2016-10-14 11:29:45 +08:00
afc163
d217c72529
Fix Select onSearch width style bug, close #3413
2016-10-13 15:54:25 +08:00
afc163
b5446d632a
Remove wrong dropdownStyle imported by #3344 , close #3386
2016-10-12 11:19:01 +08:00