偏右
|
2bced36f0c
|
New component styles (#7731)
* Tweak button padding
* upgrade input and button size
* update form controls size
* update components size
* Add lemon color and update rate color
* Add new icons
* update layout style
* breadcrumb and dropdown
* update menu arrow width
* update layout and menu
* update steps
* fix var name
* update cascasder style
* Update DatePicker
* update InputNumber and Mention
* radio and switch
* select and transfer
* TimePicker & Upload
* more components
* calendar and list
* Tree Timeline Popover Tag
* divider modal popover
* update search input
* update card style
* update switch disabled opacity
* update shoadow and mask
* Add v2-compatible-reset.less
* Fix undefined className
* update snahshotssssssssssssssssss 👻
|
7 years ago |
Benjy Cui
|
829b5f87bf
|
feat: make default locale to enUS (#7553)
* feat: make default locale to enUS
* test: fix CI
* docs: update getting started
|
7 years ago |
afc163
|
8b1a4f80a9
|
Fix TreeSelect extra input text, close #7703
|
7 years ago |
afc163
|
776beaee05
|
Fix cursor height in safari
|
7 years ago |
偏右
|
759b0bb821
|
seperate reset styles (#7682)
* seperate reset styles
* not reset ul/ol/p/heading
* revert reset.less idea
* move label style into ant-form-item, #5851
* revert reset.less idea
* update base.less
* Better typography from bootstrap@4
use reboot replace normalize
ref:
b4d84b9cdf/scss/_reboot.scss
close #6162
|
7 years ago |
Wei Zhu
|
250c7a9c68
|
Revert "Mock rc-trigger"
This reverts commit 9d2c91598b .
|
7 years ago |
Wei Zhu
|
9d2c91598b
|
Mock rc-trigger
Ref #5522
|
7 years ago |
Wei Zhu
|
579becd894
|
Update snapshot
|
7 years ago |
afc163
|
9e319990d2
|
update snapshot
|
7 years ago |
Wei Zhu
|
c2031f701c
|
Document Select[firstActiveValue]
|
7 years ago |
Benjy Cui
|
070b2696ba
|
chore: remove hacks for IE8-, close: #7447 (#7512)
|
7 years ago |
afc163
|
94283b730f
|
Fix validateStatus styles of some Form Controls, close #7498
|
7 years ago |
Leo
|
fc8f533e67
|
fix ts checking (#7355)
* add title prop to Option component(for ts checking)
* fix Checkbox onChange type
|
7 years ago |
afc163
|
44319bec11
|
active the selected item should be highlighted
|
7 years ago |
afc163
|
ac5bdc6983
|
doc: update select description
|
7 years ago |
afc163
|
988e12f54b
|
tweak some font weight
|
7 years ago |
afc163
|
fe3af14273
|
Remove exported SelectPropTypes and fix undefined exports, close #7222
|
7 years ago |
afc163
|
f0c6350e0e
|
update select demo
|
7 years ago |
afc163
|
57e3be2c32
|
Fix select popupContainer in site header
|
7 years ago |
afc163
|
c79592cf05
|
Fix select demo
|
7 years ago |
afc163
|
3570458c31
|
Fix undefined SelectPropTypes
|
7 years ago |
Troy Thompson
|
18c6860296
|
Adds onFocus and onBlur to Select properties. (#7082)
|
7 years ago |
Graeme Yeates
|
0e22ae62bb
|
Document select placeholder supporting ReactNode
|
8 years ago |
afc163
|
3816778b6b
|
Fix select overflow bug, close #6621
|
8 years ago |
Aaron Planell López
|
de030a0333
|
update document, ref #6392 (#6420)
|
8 years ago |
afc163
|
41f157e596
|
Fix Select search input width, close #6382
|
8 years ago |
afc163
|
551b17203c
|
Fix showSearch doc, close #6253
|
8 years ago |
afc163
|
4d645a256f
|
tweak select placeholder text align
|
8 years ago |
Graeme Yeates
|
adfca8ae78
|
Use @tag-default-bg for multiselect tags
|
8 years ago |
Mitchell Demler
|
fa44de3faa
|
refactor: rearrange AbstractSelectProps so that AutoCompleteProps has access to some needed SelectProps (#6205)
|
8 years ago |
afc163
|
b887ad8e54
|
Fix selected background
|
8 years ago |
Benjy Cui
|
a0a6b4610b
|
chore: simplify code, close: #6030
|
8 years ago |
Benjy Cui
|
0d672d5c2d
|
test: fix CI
|
8 years ago |
kossel
|
169e0f9762
|
fix: issue 5834, autocomplete is not being decorated (#6018)
|
8 years ago |
Graeme Yeates
|
d8d17a6401
|
Seperate @active-item-bg into 2 variables
|
8 years ago |
Graeme Yeates
|
0bc8284c46
|
[#5964] add @background-color-active rule
|
8 years ago |
Graeme Yeates
|
4eb2855871
|
Add @active-item-bg to control hover and active states
|
8 years ago |
afc163
|
c6efc4db27
|
Adjust dropdown item padding, close #5088
|
8 years ago |
afc163
|
ebd66d0082
|
fix missing less variable
|
8 years ago |
Graeme Yeates
|
5841746ec9
|
Decompose @background-color-base into several variables
|
8 years ago |
Graeme Yeates
|
ede77a8aa7
|
Consistently use @background-color-base for disabled states
|
8 years ago |
Erwann Mest
|
73d7e816b1
|
Destructuring for the win.
|
8 years ago |
afc163
|
8a1c875123
|
update select doc
|
8 years ago |
Manjit Kumar
|
4e055ed5d0
|
use PropTypes from 'prop-types' mdoule instead of React
- as React.PropTypes is being deprecated
- Warning: Accessing PropTypes via the main React package is deprecated. Use the prop-types package from npm instead.
- Solution: https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes
|
8 years ago |
LeeHarlan
|
d8ebd398df
|
fix Select component notFoundContent locale. (#5661)
* fix Select component notFoundContent locale.
* Update index.tsx
|
8 years ago |
Benjy Cui
|
50f46d0919
|
feat: merge Select[multiple|tags|combobox] to Select[mode], close: #5471 (#5534)
|
8 years ago |
Benjy Cui
|
84d65b3f66
|
refactor: simplify Select relative components' code
|
8 years ago |
HJin.me
|
47589ba92c
|
fix get(Popup|Calendar|Suggestion|Tooltip)Container ts type (#5528)
|
8 years ago |
Benjy Cui
|
cb555fc30d
|
fix: Select[multiple|tags] should support allowClear, close: #4843 (#5478)
|
8 years ago |
Benjy Cui
|
9b8ef5a0b7
|
docs: update demo for Select[size]
|
8 years ago |