陆离
46c200896f
Customize Input Component of AutoComplete ( #4483 )
* cherry-pick
* remove useless files
* remove useless files
* Group ts
* update interface
* ReactElement
8 years ago
wallverb
c01ee02758
chore: Change AutoCompleteProps to extend SelectProps ( #4565 )
* Change AutoCompleteProps to extend SelectProps
* Extract common props into AbstractSelectProps
8 years ago
afc163
4654db312f
Fix some lesshint problems
8 years ago
afc163
9e4885d959
update select doc
8 years ago
afc163
1a8f000e35
update doc
8 years ago
afc163
e2b8aee202
fix snapshot
8 years ago
afc163
26d3c506b3
simplify select combobox demo
8 years ago
Wei Zhu
4305ca7ab0
docs: Docment Select.defaultActiveFirstOption
8 years ago
Benjy Cui
29e598a3f3
docs: add missing docs for Option[title]
8 years ago
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
8 years ago
偏右
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
8 years ago
afc163
2583798cce
Add demo for Case-insensitive search Select, close #4408
8 years ago
Benjy Cui
9f2e6c8baa
docs: update demo for SSR
8 years ago
Pierre
827aa2f94c
style: remove hardcoded inputs height ( #4175 )
* remove hardcoded inputs height
* revert pagination input height
* revert pagination input heights bis
8 years ago
Wei Zhu
07103b9fb6
Don't ignore test files.
8 years ago
Wei Zhu
17a0a33283
Restructure tests.
8 years ago
afc163
a15d2c014a
update labelInValue description
8 years ago
afc163
9dfe19f544
update labelInValue description
8 years ago
chchen
3382abde65
css: set dropdown's background color with @component-background ( #4160 )
8 years ago
afc163
37af26fbdf
update select demo
8 years ago
afc163
3802f08191
Fix wrong description about Select[allowClear] ( #4101 )
8 years ago
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
8 years ago
Benjy Cui
932443099a
css: use @component-background , ref: #4040
8 years ago
cathayandy
addb6e44dc
Fix #4039 . Replace background-color: #fff with background: @body-background ( #4040 )
8 years ago
afc163
c6c5a0c3a1
fix demo focus error
8 years ago
afc163
1c23189b1d
update select style
8 years ago
afc163
5b3df08ade
use @input-placeholder-color in select and mention, close #3858
8 years ago
afc163
0d63e5f6b5
Fix select[combobox] vertical align, close #3855
8 years ago
afc163
b0f366cb0f
Fix TreeSelect[multiple] placeholder margin bug, close #3841
8 years ago
ddcat1115
0baef0627e
docs: 调整组件导航结构 ( #3758 )
- Layout 更名为 Grid
8 years ago
afc163
5aea5b24ef
update select demo code style
8 years ago
afc163
e4974ac72a
use @font-size-base ( #1752 )
8 years ago
afc163
0a48c62dcb
use @text-color
8 years ago
afc163
9b81fe86d9
clear less variables and add @text-color-secondary
8 years ago
Meck
7d2328b910
docs: improve
8 years ago
Wei Zhu
5c711a275e
deps: update rc-select ( #3692 )
* Update rc-select
* Add automatic tokenization demo
8 years ago
afc163
2026449976
fix some props missing documentation
8 years ago
Benjy Cui
08e21e0a2f
refactor: close : #3490
8 years ago
afc163
ba227bbe54
fix Select[onSearch] overflow scroll
8 years ago
afc163
915f343de3
update select check style
8 years ago
afc163
355f82231c
fix select style
8 years ago
afc163
97bc13426f
fix overflow selected value in Select ( #3481 )
8 years ago
afc163
d38c5a43da
fix about #3481
8 years ago
afc163
0b29ee6fee
continue fix for #3481 , also fix multiple select large and small size style
8 years ago
afc163
ff5d9f6029
Fix select vertical-align and refactor its style, close #3481
8 years ago
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
8 years ago
afc163
c196f37239
patch for fixing #3413
8 years ago
afc163
d92a24d477
Improve overlay border design
8 years ago
afc163
ea6537b47a
improve select doc
8 years ago
afc163
00dd1d5f07
improve select doc
8 years ago