GJ Wang
f78332171e
docs: fix size props ( #21724 )
2020-03-01 18:24:59 +08:00
Chris Frisina
0b4caf96d1
docs: Clarifying property conflicts in English ( #21118 )
...
* clarifying conflicts in english
To show which property it conflicts with
* Update index.zh-CN.md
Co-authored-by: Amumu <yoyo837@hotmail.com>
2020-01-29 21:44:34 +08:00
Amumu
29b4b7004e
docs upgrade ( #20460 )
2019-12-26 14:37:39 +08:00
Amumu
9120ff8c42
feat: TextArea add support onResize ( #20408 )
...
* textarea add support onresize
* add test case
* Improve code coverage
* improve
* snapshot
* improve test case
* none
* update docs
2019-12-25 22:02:19 +08:00
Qhan W
5a24beaf9f
docs: clean up version info in 4.0 ( #19876 )
...
* docs: clean up version info in 4.0
* docs: removed version column in 4.0
2019-11-22 14:37:39 +08:00
yoyo837
9e27697e93
doc: Input.TextArea property allowClear
add 'since', ref #19310
2019-11-07 11:38:36 +08:00
Rustin
767d2d0638
feat: Add allowClear to TextArea ( #19310 )
...
* add allow clear to textarea
revert textarea md
refactor textarea css
fix textarea props bug
add test and update snapshot
update doc
add margin
refactor textarea to reuse fixControlledValue and setValue method
add clearable input to reuse code
refactor clearable input
finish refactor
refactor clearable input
refactor input and textArea
finish refactor
update test snapshots
fix input props bug
fix dom issue
fix textarea dom issue
fix textarea test bug
fix textarea dom issue
refactor code and fix textarea dom issue
fix input dom issue
fix typo error
update test snapshots
fix ci failed issues
adjust margin
* remove useless code fix ci failed issue
* fix textarea padding issue
* update snapshots
* fix padding issue
2019-11-01 18:19:29 +08:00
zhangzh
670fbe3843
docs: add "maxLength" property to Input Doc
2019-10-25 16:20:18 +08:00
Wei Zhu
a72f43b2c1
Merge pull request #19206 from ant-design/feature
...
Merge features
2019-10-15 14:36:41 +08:00
afc163
0b1894e83a
📝 deprecated info of autosize
2019-10-15 13:50:14 +08:00
zombiej
04a27deb2b
merge master
2019-10-14 10:53:35 +08:00
Liming Jin
311a6c0917
fix: replace autosize with autoSize
2019-10-11 23:39:30 +08:00
Rodrigo Ehlers
36a7621bb3
add clear-icon click
2019-10-09 22:29:13 +08:00
骗你是小猫咪
5cd01d0470
feat(Input.Search): add loading prop ( #18771 )
...
* feat(Input.Search): add loading prop
* fix: review change
* optimize input search loading prop doc
* fix: ci fail and onSearch disabled when loading
2019-09-12 22:32:29 +08:00
MuYu
fb0b4f0fc9
docs: show version Number features were added ( #17373 )
...
* docs: add api first appearance
* docs: fix auto-complete doc
* docs: replace Version Added with Version
* docs: date picker common method
* docs: date picker common method
* docs: tree
* docs: remove meaningless 3.0.0
2019-07-11 14:14:33 +08:00
afc163
b780070351
💄 prittier all files
2019-05-07 14:57:32 +08:00
zombiej
440408a1dd
update style
2019-02-21 12:13:47 +08:00
zombieJ
48900955f8
Warning Input by: add or remove prefix / suffix when Input is focused ( #14948 )
...
* todo
* add warning
* add FAQ
* fix typo
2019-02-20 15:12:29 +08:00
Simo Aleksandrov
462819c5d9
Translate Input.Password properties
2019-01-11 14:07:03 +02:00
诸岳
7b15f3ca03
docs: Add version description about Input.Password
2019-01-09 15:32:50 +08:00
afc163
a86b760f85
📝 Add doc about Input[allowClear]
2018-12-28 23:00:34 +08:00
zy410419243
1638a629f4
feat: add visibilityToggle to control whether Icon show
2018-12-05 19:46:06 +08:00
zy410419243
c161d9c285
feat: Add Input.Password
2018-12-05 19:46:06 +08:00
afc163
05646e9459
doc: update input documentation
...
https://stackoverflow.com/questions/52378848/why-is-there-no-onchange-for-input-in-ant-design/52378880
2018-09-19 11:28:04 +08:00
Shuvalov Anton
b126b23b2d
fixed article
...
Just small grammar fix, nothing serious
2018-08-14 23:53:33 +08:00
afc163
c8a1442e38
Add event as second argument of onSearch
...
close #11015
2018-06-25 20:35:05 +08:00
Wei Zhu
4aeb811b72
Remove deprecations ( #8351 )
2017-11-30 09:53:32 +08:00
Wei Zhu
bbb1a3a828
Merge branch 'master' into antd-3.0
2017-10-25 10:27:38 +08:00
Wei Zhu
36227a10db
docs: sort api table
2017-10-25 10:25:44 +08:00
偏右
dab6f43c02
Feat search enter button ( #7620 )
...
* Add enterButton for Input.Search
close #7596
* update snapshot
2017-09-15 17:03:43 +08:00
Khalifa Lame
5510d12ce8
docs: update Input English doc ( #7439 )
...
Fixed some typos
2017-09-04 15:24:08 +08:00
Ricardo Raphael Joson
bedfb180a8
Update index.en-US.md ( #7403 )
2017-08-31 17:13:28 +08:00
Benjy Cui
fe33e76479
refactor: extract Input.TextArea
2017-07-03 17:26:29 +08:00
Wei Zhu
77b78a9389
docs: Unify type naming ( #4636 )
...
* Unify name of ReactNode type in document
* Lowser all string type name
* Lowercase all number type name
* Lowercase all boolean type name
* Unify array type
* Lowercase all object type name
* Unify mutilple types
2017-01-20 20:10:50 +08:00
afc163
01859fc581
update input doc
2017-01-09 22:03:10 +08:00
ddcat1115
c5b154294e
add attribute compact
for InputGroup ( #4309 )
...
* add attribute `compact` for InputGroup
* improve
2017-01-02 00:12:41 +08:00
Rex
1b8a280614
support suffix ( #4283 )
...
* support suffix
* optimize prefix and suffix
* 1. Optimize prefix and suffix implementation
2. Improve the api document
3. Optimize `Input.Search` implementation
* update snapshots
2017-01-01 01:06:19 +08:00
afc163
03d6bdc942
update input API doc
2016-12-05 13:05:58 +08:00
afc163
2270598f2e
update doc
2016-12-02 15:12:01 +08:00
afc163
87f230f57b
refactor Input.Search
2016-11-26 14:39:30 +08:00
ddcat1115
73c776e73d
feat: Input
add NumericInput demo & update searchInput demo ( #3861 )
...
* Input
add NumericInput demo
update searchInput
* Input
- add Input.Search
- update NumericInput
* snap update
2016-11-24 14:03:57 +08:00
ddcat1115
0baef0627e
docs: 调整组件导航结构 ( #3758 )
...
- Layout 更名为 Grid
2016-11-09 14:43:32 +08:00
afc163
0e6f677ff9
Fix doc headings
2016-09-10 13:43:30 +08:00
Benjy Cui
cb367f3f35
site: update site details
2016-09-08 16:53:50 +08:00
Marius Ileana
52f7bf8ba5
docs: Translation of Input component and its demos. ( #2789 )
2016-08-22 09:53:39 +08:00