Benjy Cui
1e0c034353
Fix cascader ( #3243 )
* docs: update demo
* fix: should show input value
8 years ago
Benjy Cui
87753482bf
style: update code style to please lint, close : #2811
8 years ago
Benjy Cui
bd7e9f00c0
style: update code style
8 years ago
偏右
354759cb17
Redesigned icons ( #3041 )
* redesigned icons
* change iconfont content
* use same icons
* fix missing icons
* improve icon size
8 years ago
Benjy Cui
59093a6586
fix: should pass prefixCls correctly
8 years ago
马斯特
a25ec29fb8
refactor: 保证所有的tsx和less都正确使用prefix ( #3024 )
* refactor: extract prefix cls as less variable
* refactor: apply ant icon prefix cls in less files
* refactor: all components support prefixCls props
8 years ago
Benjy Cui
58745edecf
docs: update
8 years ago
afc163
472821013c
Fix Cascader hover style, close #3015
8 years ago
Shawn Sit
57cdbe1a6b
docs: translated cascader demo ( #2997 )
8 years ago
Benjy Cui
1dac1370de
deps: replace obejct.omit with omit.js, close : #2988 ( #2994 )
8 years ago
Shawn Sit
280698f793
docs: translated cascade custom trigger demo ( #2991 )
8 years ago
afc163
0e6f677ff9
Fix doc headings
8 years ago
Benjy Cui
92ab804815
feat: Cascader[showSearch] ( #2776 )
* feat: implement Cascader[showSearch] basicly
* feat: optimize Cascader[showSearch]
* feat: clear for input value
* feat: complete Cascader[showSearchf]
* docs: add docs for Cascader[search]
* fix: review
* fix: add key
* style: update code style to please lint
* refactor: update according to review
* docs: update docs
8 years ago
afc163
8b0766937f
Fix cascader disabled style
8 years ago
afc163
9ffdbc5c26
update cascader demo
8 years ago
afc163
c451a865d1
Fix Cascader item overflow style, close #2515
8 years ago
afc163
ca57794ae7
better implement for a2804cb
8 years ago
afc163
5eb52885d6
@background-color-base
8 years ago
Leon Shi
3d070b8d85
docs: translate Cascader's documentation to English ( #2433 )
8 years ago
afc163
765150f17d
fix cascader props warning ( #2258 )
8 years ago
afc163
a535238d68
fix cascader input style
8 years ago
afc163
2e41e35cc6
Fix more tslint problems
8 years ago
偏右
de359d2cf7
fix tslint problems ( #2360 )
8 years ago
ezpub
dce99bc259
fix cascader input value error ( #2338 )
`value` prop on `input` should not be null. Consider using the empty string to clear the component or `undefined` for uncontrolled components.
8 years ago
Benjy Cui
0058c80e98
fix: the bgc of cascader should be white
8 years ago
yiminghe
94706f1d2c
fix ts
9 years ago
yiminghe
c667144943
fix form warning
Conflicts:
components/cascader/index.jsx
components/form/index.jsx
9 years ago
yiminghe
3d9ae9833e
fix form warning
9 years ago
afc163
b0c05e3f29
tweak style ( #2234 )
9 years ago
afc163
7ba362f03c
Fix react-unknown-prop warnings for Cascader,Input
ref #2258
9 years ago
ddcat1115
d93da30da2
fix #2234
1. 修复small size下沉1px的问题
2. 修复左右阴影被截断的问题
3. 修复有值时hover及focus样式丢失的问题
9 years ago
Gray Choi
fb9a6963a3
rewrite in typescript
#1846
- [x] Carousel
- [x] Cascader
- [x] Transfer
- [x] Tree
-Tree
-checkable is boolean type, instead of assigning a ReactElement to it,
I use Ternary Operators.
9 years ago
afc163
089f1ae512
update components category name
9 years ago
yiminghe
9a0d751f94
refactor to typescript
9 years ago
Benjy Cui
2144349741
style: enable react/jsx-closing-bracket-location
9 years ago
afc163
159b28a7a2
Support custom label node render in Cascader, close #1726
9 years ago
Benjy Cui
8842d9342a
site: update components' type
9 years ago
afc163
5bcb23dd27
Fix feedback in form control, close #1619
9 years ago
afc163
67aa04eb14
fix Cascader defaultValue
9 years ago
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
9 years ago
afc163
0a121bd175
fix doc
9 years ago
Benjy Cui
9d95313d03
chore: suppress warning
9 years ago
afc163
0f3c3c7e5a
Fix cascader placeholder, close #1312
9 years ago
Benjy Cui
df3ba36720
docs: remove useless newline in documentation
9 years ago
Benjy Cui
d5a6932c15
docs: update documentation format
9 years ago
Benjy Cui
03d09b66e8
docs: update demo format
9 years ago
afc163
fbee9d9dd9
update code style
9 years ago
Bruce Mitchener
273e527201
Use static class members for propTypes and friends.
9 years ago
Bruce Mitchener
71594b0e5c
Remove manual binding for 'this'.
Use ES7 style class members for event handlers so that 'this' is
automatically bound and each definition site doesn't need to manually
invoke 'bind'.
This makes all existing ES2015 class usages in components use the
same mechanism for binding.
9 years ago
Bruce Mitchener
11c0a6a203
Name classes without Ant* prefix.
Where necessary, prefix the classes imported from react-component
with 'Rc' rather than prefixing the Ant classes with 'Ant'.
The prefixing of Ant classes wasn't consistent and isn't necessary
in many cases.
9 years ago