zombieJ
1a0a06fca9
ConfigProvider support prefixCls ( #13389 )
Basic support prefixCls.
6 years ago
Teng YANG
073cbdb6d2
Fix input component border width issues
6 years ago
afc163
83c192ea3e
💄 fix eslint problems
6 years ago
zombieJ
8d1d595d76
use resize observer to check textarea size ( #13295 )
fix : #10151
6 years ago
zombiej
df49b767b1
remove overflowY on TextArea autoSize since height transition has been removed for a long time
fix #10151
6 years ago
ztplz
7180f6be44
Add tests for Input.Search
6 years ago
ztplz
13ad9996f3
update
6 years ago
ztplz
8f64fd5fd8
update
6 years ago
ztplz
508bc719a7
Suppress warning message
6 years ago
afc163
a616f89a1b
🔥 update less code style
6 years ago
ztplz
6ad23c370e
Fix CI
6 years ago
ztplz
f27653158d
Remove extra spaces ( #13062 )
6 years ago
afc163
213693e333
🌐 site: transition component category, close #11629
6 years ago
zombiej
50b55f488e
fix #12493 . Adjust auto complete of input-group css
6 years ago
zombiej
be76bcb88b
update test snap
6 years ago
Wei Zhu
a3ce6678cb
Update snapshot
6 years ago
Tom Xu
ff4d803181
fix #12395 . input group hover style error ( #12407 )
First of all, thank you for your contribution! :-)
Please makes sure that these checkboxes are checked before submitting your PR, thank you!
* [x] Make sure that you propose PR to right branch: bugfix for `master`, feature for branch `feature`.
* [x] Make sure that you follow antd's [code convention](https://github.com/ant-design/ant-design/wiki/Code-convention-for-antd ).
* [x] Run `npm run lint` and fix those errors before submitting in order to keep consistent code style.
* [x] Rebase before creating a PR to keep commit history clear.
* [x] Add some descriptions and refer relative issues for you PR.
Extra checklist:
**if** *isBugFix* **:**
* [x] Make sure that you add at least one unit test for the bug which you had fixed.
**elif** *isNewFeature* **:**
* [ ] Update API docs for the component.
* [ ] Update/Add demo to demonstrate new feature.
* [ ] Update TypeScript definition for the component.
* [ ] Add unit tests for the feature.
6 years ago
afc163
05646e9459
doc: update input documentation
https://stackoverflow.com/questions/52378848/why-is-there-no-onchange-for-input-in-ant-design/52378880
6 years ago
HeskeyBaozi
976f6969f4
update test snapshot
6 years ago
HeskeyBaozi
2f8a56fa78
fix test case & update test snapshot
6 years ago
HeskeyBaozi
74798b8911
upgdate test snapshot
6 years ago
HeskeyBaozi
b8b64f92c8
remove prop 'svgStyle' and i think it's really good
6 years ago
HeskeyBaozi
d6131fe18d
update test snapshot
6 years ago
hongxuWei
278ad821a4
Fix issue #11908 missing right input border
6 years ago
Sebastian Busch
d47a5be712
Input: new method select(), passed to underlying input ( #11906 )
* Input: pass through method select() to underlying input
* add test for Input select()
6 years ago
HeskeyBaozi
0c9465aaf9
upgrade icons library
6 years ago
afc163
1ab61542e4
Fix Input[prefix|suffix] border in Input.Group, close #11863
6 years ago
HeskeyBaozi
ee1d2469a8
upgrade test snapshot
6 years ago
Shuvalov Anton
b126b23b2d
fixed article
Just small grammar fix, nothing serious
6 years ago
HeskeyBaozi
796de6390b
update test snapshot
6 years ago
HeskeyBaozi
e57e19f354
fix Input.Search test case in react15
6 years ago
HeskeyBaozi
35974d67b2
update test snap shot
6 years ago
HeskeyBaozi
0a8f964935
update test snap shot
6 years ago
Wei Zhu
be74114d22
fix: Input 'autosize' is missing in type error
close #11697
`autosize` was used for `<Input type="textarea" />` which has been
separated to Input.Textarea
6 years ago
Wei Zhu
064bfaf554
Add @types/prop-types
6 years ago
Evert Bouw
268a1817b7
remove blank line
6 years ago
Evert Bouw
cc6e1ba9d7
Clean up TextAreaProps type
The props for TextArea included React.TextareaHTMLAttributes twice
6 years ago
Eden Wang
ed66395a12
export event for input.group
6 years ago
afc163
aa6b55be7e
clean up unused code
6 years ago
Ilan Hasanov
d0ca9ae05e
💬 input component blank spaces remove
6 years ago
HeskeyBaozi
ee16585b6d
update test cases
6 years ago
HeskeyBaozi
4a553a2006
upgrade test cases
6 years ago
HeskeyBaozi
8df086f022
update test cases
6 years ago
HeskeyBaozi
9338f33c1c
update test cases
6 years ago
afc163
009ed08580
upgrade eslint-config-airbnb
7 years ago
afc163
c8a1442e38
Add event as second argument of onSearch
close #11015
7 years ago
愚道
653ec40b30
update test snapshot
7 years ago
afc163
9f16d066af
Fix lint problems from eslint-config-airbnb@17
7 years ago
Yuxuan Huo
9aea9ddf58
expose input box-shadow h and v offset in theme variables
7 years ago
zombiej
a6e2037c06
update test case
7 years ago