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

fix: 处理table过滤输入失焦问题 #793

Merged
merged 3 commits into from
May 25, 2022
Merged

Conversation

uyarn
Copy link
Collaborator

@uyarn uyarn commented May 25, 2022

🤔 这个 PR 的性质是?

  • 日常 bug 修复

🔗 相关 Issue

💡 需求背景和解决方案

  • 临时处理table过滤输入失焦问题 本质问题是table在输入时一直重复渲染 需要再提个PR处理这个问题

📝 更新日志

  • fix(Table): 处理table过滤输入失焦问题

  • 本条 PR 不需要纳入 Changelog

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

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

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

@github-actions
Copy link
Contributor

github-actions bot commented May 25, 2022

完成

@uyarn uyarn changed the title chore: remove console fix: 处理table过滤输入失焦问题 May 25, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #793 (d6f5b36) into develop (a99a55b) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##           develop     #793      +/-   ##
===========================================
+ Coverage    60.81%   60.83%   +0.02%     
===========================================
  Files          914      915       +1     
  Lines        15383    15389       +6     
  Branches      3465     3466       +1     
===========================================
+ Hits          9355     9362       +7     
+ Misses        6028     6027       -1     
Impacted Files Coverage Δ
src/table/PrimaryTable.tsx 92.00% <ø> (-0.11%) ⬇️
src/table/hooks/useFilter.tsx 25.71% <ø> (+0.36%) ⬆️
src/table/FilterController.tsx 65.78% <100.00%> (-0.88%) ⬇️
src/form/FormItem.tsx 80.22% <0.00%> (-1.45%) ⬇️
src/date-picker/defaultProps.ts 100.00% <0.00%> (ø)
src/time-picker/defaultProps.ts 100.00% <0.00%> (ø)
src/form/hooks/useInitialData.ts 100.00% <0.00%> (ø)
src/date-picker/hooks/useRange.tsx 48.11% <0.00%> (+0.49%) ⬆️
src/date-picker/hooks/useSingle.tsx 48.38% <0.00%> (+0.84%) ⬆️

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 f802289...d6f5b36. Read the comment docs.

@honkinglin honkinglin merged commit 2c8ff2f into develop May 25, 2022
@honkinglin honkinglin deleted the fix/table-filter-input branch May 25, 2022 03:41
@github-actions github-actions bot mentioned this pull request May 25, 2022
16 tasks
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