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

feat(textarea): allowinputovermax支持超出字数限制可以输入 #838

Merged
merged 8 commits into from
Jun 7, 2022

Conversation

carolin913
Copy link
Collaborator

@carolin913 carolin913 commented Jun 2, 2022

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

#846

💡 需求背景和解决方案

📝 更新日志

  • feat(textarea): allowinputovermax支持超出字数限制可以输入

  • fix(tab): tabnav无法自适应宽度 fix#846

  • [] 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@codecov-commenter
Copy link

codecov-commenter commented Jun 2, 2022

Codecov Report

Merging #838 (46f35be) into develop (8fdcb64) will decrease coverage by 0.84%.
The diff coverage is 38.37%.

❗ Current head 46f35be differs from pull request most recent head 8a73707. Consider uploading reports for the commit 8a73707 to get more accurate results

@@             Coverage Diff             @@
##           develop     #838      +/-   ##
===========================================
- Coverage    60.81%   59.97%   -0.85%     
===========================================
  Files          914      918       +4     
  Lines        15385    15773     +388     
  Branches      3467     3531      +64     
===========================================
+ Hits          9357     9460     +103     
- Misses        6028     6313     +285     
Impacted Files Coverage Δ
src/date-picker/defaultProps.ts 100.00% <ø> (ø)
src/form/FormItem.tsx 83.61% <ø> (+1.94%) ⬆️
src/form/defaultProps.ts 100.00% <ø> (ø)
src/menu/_util/checkSubMenuChildExpanded.ts 0.00% <0.00%> (ø)
src/notification/_example/content.jsx 100.00% <ø> (ø)
src/notification/defaultProps.ts 100.00% <ø> (ø)
src/table/_example/drag-col-sort.jsx 66.66% <0.00%> (ø)
src/table/_example/drag-sort-handler.jsx 75.00% <0.00%> (ø)
src/table/_example/drag-sort.jsx 72.22% <0.00%> (ø)
src/table/_example/filter-controlled.jsx 40.00% <ø> (ø)
... and 51 more

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 61577ba...8a73707. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 2, 2022

完成

src/textarea/Textarea.tsx Outdated Show resolved Hide resolved
src/textarea/_example/maxlength.jsx Outdated Show resolved Hide resolved
@honkinglin honkinglin merged commit 15041ff into Tencent:develop Jun 7, 2022
This was referenced Jun 10, 2022
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.

3 participants