Benjy Cui
7c564af6e4
Revert "css: adjust alignment in Select & AutoComplete, close: #5088"
This reverts commit c01f24750a
.
8 years ago
Benjy Cui
c01f24750a
css: adjust alignment in Select & AutoComplete, close : #5088
8 years ago
afc163
f0a4afd388
Fix slight difference placeholder between Input and Select
close #4987
8 years ago
afc163
3884ee3c5a
rewrite Select demos to es6 component, #4878
8 years ago
afc163
c296d1a918
remove unused ant-select-show-search className, close #4859
8 years ago
Benjy Cui
200b88246f
docs: update docs format
8 years ago
偏右
75a4b06e44
Unified border radius, close #4772 ( #4773 )
8 years ago
Graeme Yeates
1006015ef0
Add border customization variables ( #4734 )
* Add border customization variables (#4712 )
* Make border styles customizable (fixes #4712 )
8 years ago
afc163
f3b2e155b5
style: Select height should flex with @input-height variable, close #4694
8 years ago
Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
8 years ago
Benjy Cui
3e17551b7e
site: improve build speed
8 years ago
陆离
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