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
Wei Zhu
2299ad41aa
Add focus() and blur() to Input.Search
7 years ago
Wei Zhu
4aeb811b72
Remove deprecations ( #8351 )
7 years ago
ddcat1115
91fc059c9d
fix input with addon(in form) vertical align issue ( #8325 )
7 years ago
Wei Zhu
05c702838d
Fix implicit any error for Input
7 years ago
Wei Zhu
09aaa56243
Update snapshot
7 years ago
Wei Zhu
9678d3fcfd
Focus && blur support ( #8204 )
* Add test for select
* Add focus() and blur() for AutoComplete
* Add focus() and blur() to Cascader
* Add focus test for input
* Add focus() and blur() for Checkbox
* Add focus() and blur() for Radio
* Add focus() and blur() for Switch
* Add blur() for TimePicker
* Add focus() and blur() to TreeSelect
7 years ago
Wei Zhu
479a5cb743
Remove allowSyntheticDefaultImports ( #8218 )
7 years ago
afc163
46d1296045
Fix async test cases
7 years ago
afc163
72aa5e0763
Fix input group align bug in Chrome 62
close ant-design/ant-design-pro#139
7 years ago
afc163
a99c8c7175
Fix snapshot
7 years ago
afc163
42e219389d
Fix key warning
7 years ago
偏右
bdceb5f083
Review fix ( #8125 )
* Fix style
* Fix style
* fix lint
* Fix more styles
* Fix more styles
* update snap
7 years ago
Wei Zhu
d6ace6663b
Update snapshot
7 years ago
afc163
bf82b4c49b
Fix suffix of Input.Search
close #7970
7 years ago
Benjy Cui
51785aa6eb
deps: upgrade TypeScript to 2.6, close #8018
7 years ago
Wei Zhu
36227a10db
docs: sort api table
7 years ago
For177
6d68d5d8fc
Update index.zh-CN.md ( #8002 )
7 years ago
monkindey
0bc5936b23
resolve conflicted files
7 years ago
syssam
f8b7aad53d
less variable @form-vertical-label-padding , @form-vertical-label-margin , @input-padding-horizontal-base , @input-padding-horizontal-sm , @input-padding-horizontal-lg ( #7886 ) ( #7919 )
7 years ago
偏右
ffffd0f4c5
Fix styles ( #7924 )
* update demo
* Fix styles
* fix snap
* Fix back-top ci
7 years ago
afc163
6aa4138c00
Fix test warning
7 years ago
Wei Zhu
c5487ad1eb
React 16 + Enzyme 3
7 years ago
afc163
942ea41b02
update snapshot for new jest
7 years ago
Jeffrey Carl Faden
9ab9e62308
Add inputPrefixCls for Search component ( #7770 )
7 years ago
偏右
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
delesseps
a8cab96c13
Add maxLength attribute to Input ( #7744 )
7 years ago
delesseps
2730344ff7
Add maxLength attribute to Input ( #7744 )
7 years ago