afc163
ca255cc547
Tweak AutoComplete input line height
7 years ago
jayberg
4acadc47b5
Avoid circular reference with infinite children ( #7742 )
Because {element} is a child of <InputElement>, we get a circular reference when also adding "element.props" to <InputElement>, as <InputElement> will be cloned to <{element}> within InputElement.tsx. As a consequence, we get an infinitive circular loop of Element->Props->Children->Element->Props->Children->Element->Props->Children->…
React seems to detect and automatically fix this infinitive loop. But when using the smaller and faster Inferno as a replacement library of React, we get a "RangeError: Maximum call stack size exceeded".
This commit fixes this bug by not attaching {...element.props} to <InputElement>.
All tests did pass and I did not notice any changes in the behaviour of the AutoComplete component. But now, AutoComplete works also with Inferno and not only with React.
7 years ago
afc163
d7eca4e151
Fix table's filter dropdown style
7 years ago
delesseps
a8cab96c13
Add maxLength attribute to Input ( #7744 )
7 years ago
778758944
4e726fdfd7
修复disabledTime interface定义错误 ( #7740 )
7 years ago
afc163
9f017bc5ae
Fix mention error style
7 years ago
afc163
ccf507b603
update mention demos
7 years ago
afc163
f545e52ec5
Fix dropdown menu group title style
7 years ago
afc163
8026020dd4
Fix column sorter icons style
7 years ago
afc163
463a5db9ba
Fix transfer checkbox padding
7 years ago
thegatheringstorm
10f6907da4
Fix: Upload Use object destructuring instead of creating temporary references for onRemove. ( #7726 )
7 years ago
afc163
3118e2898e
Fix broken small pagination via #7634's fix
7 years ago
afc163
fd40643c2d
Remove unused code
7 years ago
Zheeeng
d8c1bdb3ab
Fix: setting 'heigh: 100%' on Sider and the wrapped element can't take the desired effects ( #7716 )
7 years ago
afc163
89a6aa96ed
Tweak input placeholder color, close #7365
7 years ago
afc163
df1b1f5a47
Add @checkbox-size , close #7368
7 years ago
afc163
dd22bae0fc
Fix button loading style with icon, close #7709
7 years ago
Sanjay Kumar
1dc4e45bce
Bugfix: Handle defaultSearchChange when suggestions contain ‘Nav’ items ( #7701 )
7 years ago
afc163
8b1a4f80a9
Fix TreeSelect extra input text, close #7703
7 years ago
afc163
91bbcd6f2c
Fix broken anchor, close #7712
7 years ago
Aske Ertmann
27b8e39666
Make iconfont usable standalone ( #7713 )
Similar to motion.less, import all dependencies needed to generate iconfont.less by itself.
7 years ago
afc163
7cfd9b2bcb
Remove extra update
7 years ago
afc163
c66062edb4
Fix input compact style
7 years ago
afc163
776beaee05
Fix cursor height in safari
7 years ago
afc163
c2e9abddc7
Fix Card extra postion when no title
7 years ago
delesseps
c419a1ddef
Remove autoComplete restriction to allow more complex auto-filling behaviour ( #7699 )
7 years ago
Marco Afonso
81435e2798
feat: add Portuguese locale ( #7449 )
* Add pt_PT Locale
* Adding pt_PT Locale (fix comma)
* Adding pt_PT Locale to docs
* Add pt_PT locale to tests
* Update imports for rc-pagination and rc-calendar
* Add pt_PT Locale
* Adding pt_PT Locale (fix comma)
* Adding pt_PT Locale to docs
* Add pt_PT locale to tests
* Update imports for rc-pagination and rc-calendar
* Add pt_PT to tests
7 years ago
Kirill Stiopin
49080aa01d
fix: update for Dutch locale-provider: added missing translations ( #7694 )
7 years ago
afc163
3d1914f45b
Fix valid selector error of form, close #7693
7 years ago
afc163
27e4f1b658
Fix Tree showLine style
7 years ago
afc163
afce275d25
refactor code style
7 years ago
Yang Bin
39993fc749
docs: modify "tar bar" to "tab bar" in table Tab API ( #7683 )
7 years ago
Meow-z
e165b8a705
fix: model ( #7675 )
add confirmLoading in async model state.
7 years ago
afc163
635a0548de
Tweak input compact layout, close #7662
7 years ago
afc163
30abcdf992
Fix table head height, close #7663
7 years ago
Benjy Cui
f46a87d3e0
fix: should use fixedNode's height to reset placeholder, close : #2349
7 years ago
feng zhi hao
58fd54e978
fix: Table not trigger custom selection onSelect when hideDefaultSelections is true ( #7653 )
7 years ago
hauwa123
acd3a8f4d2
docs: update Timeline english doc ( #7652 )
Fixed typos
7 years ago
Kaien Liao
b2aea45b4f
fix: Checkbox props definition ( #7649 ), close : #7650
7 years ago
Benjy Cui
bd19b0892c
docs: add missing Tabs.TabPane[forceRender], ref: #6459
7 years ago
Khalifa Lame
5a8bd0f6d8
docs: update Tooltip english doc ( #7642 )
Fixed typos.
7 years ago
Khalifa Lame
f3c35941ec
docs: update Table english doc ( #7643 )
Fixed typos.
7 years ago
Khalifa Lame
a3d4b753b9
docs: update Tab english doc ( #7644 )
Fixed typos.
7 years ago
Khalifa Lame
fab83990c2
docs: update Tag english doc ( #7645 )
Fixed typos.
7 years ago
afc163
43d14f8517
upgrade rc-slider, improve accessibility
7 years ago
爱but的苍蝇
644891f8f6
add Table scroll typings ( #7640 )
7 years ago
afc163
c5f56b9db3
optimize TextArea autosize animation
7 years ago
afc163
30c437c83e
Fix simple pagination style, close #7634
7 years ago
Khalifa Lame
429a9714d5
Update Avatar English doc ( #7627 )
fixed typos.
7 years ago
Khalifa Lame
81e3429955
Update Badge English doc ( #7628 )
* Update Badge English doc
Fixed typos.
* Update index.en-US.md
Reverted some changes after studying the component.
7 years ago