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
afc163
ac4a9086a0
test: press enter to search
7 years ago
afc163
36ffe7e1dc
Search icon could be clicked, close #10634
7 years ago
paranoidjk
b09e03d82a
doc(Input): fix wrong desc about input size in form.
7 years ago
Wei Zhu
ff458a2c3f
Improve Input type definitions
Close #10166
7 years ago
afc163
29229ebee7
fix: input onDoubleClick type, close #10518
7 years ago
Walter Barbagallo
963120f702
Improved Form component typings ( #10564 )
* Improved Form component typings
With this fix you can use HTMLFormElement attributes on Form component
without getting TypeScript errors.
For example this code does not longer produce error for the additional
`autoComplete` prop:
```
const myForm = (
<Form autoComplete="off">
...
</Form>
)
```
* Fix onBlur / onChange typings with Input component
This improvement fix a typing issue incompatibility with
`react-final-form`
The incompatibility involve [this
line](https://github.com/final-form/react-final-form/blob/v3.4.2/src/index.d.ts#L20 )
where the handler argument is a more specific SyntheticEvent
7 years ago
Winter Zhong
f09c799bba
add the border-right-width to fix the Input.Group component covered box-shadow effect ( #10492 )
7 years ago
afc163
d93cfdef09
clean up unnecessary z-index
close #9840
close #10385
7 years ago
Junbin Huang
3a3d550b54
chore: upgrade menu ( #10305 )
* chore: upgrade menu and select
* Add test case for coverage percent
7 years ago
诸岳
b52053051c
Input.Search should disable enter button when disabled prop is true ( #10051 )
* Input Search should disable enter button when disabled prop is true, close #10040
* test: Add test case for commit bd21722
7 years ago
afc163
b28b394bf8
Fix test case for #9639
7 years ago
afc163
66c3108565
should support custom button node in Search[enterButton]
close #9639
7 years ago
Sam Chen
fd147deb75
Update input group demo ( #9482 )
7 years ago
YuChao Liang
75c365aa2c
fix(TextArea): calculateNodeHeight ( #9107 ) ( #9108 )
7 years ago
曾凯
d868c5a58e
fix Input type error ( #9046 )
7 years ago
Yury Kozyrev
88e0c9b436
More tabIndex properties ( #8936 )
* Update Checkbox.tsx
* Update Input.tsx
* Update index.tsx
7 years ago
afc163
d4158f6855
Fix snapshot
7 years ago
Wei Zhu
d8a9c7c068
docs: Update group demo
7 years ago
afc163
5d3b461867
Fix missing style of Input.Search, close #8700
7 years ago
afc163
abf9717eab
Large component should has larger font size
14px => 16px
7 years ago
Wei Zhu
98ec9100c3
Update Input types
7 years ago
delesseps
8cdf9ea97a
Add onKeyUp TypeScript definition to Input component ( #8705 )
* Add onKeyUp support to Input component
* Update snapshot
* Allow other pros to handle onKeyUp
7 years ago
afc163
4f19fc0ee4
Improve input addon size, close #8680
7 years ago
ddcat1115
f780759f91
fix large size formItem vertical align ( #8495 )
* - fix large size input with prefix/suffix vertical align
- fix large size button vertical align
* use large size for formItem default line-height
* improve
7 years ago