Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(input): add showCount version #27246

Merged
merged 1 commit into from
Oct 20, 2020
Merged

docs(input): add showCount version #27246

merged 1 commit into from
Oct 20, 2020

Conversation

hengkx
Copy link
Member

@hengkx hengkx commented Oct 20, 2020

[中文版模板 / Chinese template]

🤔 This is a ...

  • New feature
  • Bug fix
  • Site / documentation update
  • Demo update
  • Component style update
  • TypeScript definition update
  • Bundle size optimization
  • Performance optimization
  • Enhancement feature
  • Internationalization
  • Refactoring
  • Code style optimization
  • Test Case
  • Branch merge
  • Other (about what?)

🔗 Related issue link

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English
🇨🇳 Chinese

☑️ Self Check before Merge

⚠️ Please check all items below before review. ⚠️

  • Doc is updated/provided or not needed
  • Demo is updated/provided or not needed
  • TypeScript definition is updated/provided or not needed
  • Changelog is provided or not needed

View rendered components/input/index.en-US.md
View rendered components/input/index.zh-CN.md

@ant-design-bot
Copy link
Contributor

ant-design-bot commented Oct 20, 2020

@ant-design-bot
Copy link
Contributor

ant-design-bot commented Oct 20, 2020

@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit d187fec:

Sandbox Source
antd reproduction template Configuration

@codecov
Copy link

codecov bot commented Oct 20, 2020

Codecov Report

Merging #27246 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master    #27246   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          389       389           
  Lines         7388      7388           
  Branches      2024      2024           
=========================================
  Hits          7388      7388           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd0a513...d187fec. Read the comment docs.

@github-actions
Copy link
Contributor

Size Change: 0 B

Total Size: 792 kB

ℹ️ View Unchanged
Filename Size Change
./dist/antd-with-locales.min.js 314 kB 0 B
./dist/antd.compact.min.css 66.4 kB 0 B
./dist/antd.dark.min.css 67.7 kB 0 B
./dist/antd.min.css 66.4 kB 0 B
./dist/antd.min.js 278 kB 0 B

compressed-size-action

@@ -50,8 +50,8 @@ Input 的其他属性和 React 自带的 [input](https://facebook.github.io/reac
| allowClear | 可以点击清除图标删除内容 | boolean | false | |
| onResize | resize 回调 | function({ width, height }) | - | |
| bordered | 是否有边框 | boolean | true | 4.5.0 |
| showCount | 是否展示字数 | boolean | false | |
| maxLength | 内容最大长度 | number | - | |
| showCount | 是否展示字数 | boolean | false | 4.7.0 |
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Emmm 排下序呗

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

现在都是 按字母排序了吗?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗯。https://github.com/ant-design/ant-design/wiki/API-Naming-rules#promise

有空了,我就在改。碰到别人在改,我就提醒下 😂😂😂

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个 没问题了 合了吧,我写个 脚本 批量 处理下

@xrkffgg xrkffgg merged commit 3493b4f into master Oct 20, 2020
@xrkffgg xrkffgg deleted the docs branch October 20, 2020 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants