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(module: transfer): can't select items #3011

Merged
merged 3 commits into from
Jan 13, 2023

Conversation

ElderJames
Copy link
Member

🤔 This is a ...

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

🔗 Related issue link

fixed #3008

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English Fixed Transfer can't select items
🇨🇳 Chinese 修复 Transfer 无法选中的问题

☑️ 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
  • Changelog is provided or not needed

@github-actions
Copy link

github-actions bot commented Jan 13, 2023

@codecov
Copy link

codecov bot commented Jan 13, 2023

Codecov Report

Base: 43.53% // Head: 44.97% // Increases project coverage by +1.44% 🎉

Coverage data is based on head (d64384e) compared to base (e41b89c).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3011      +/-   ##
==========================================
+ Coverage   43.53%   44.97%   +1.44%     
==========================================
  Files         551      551              
  Lines       25941    25955      +14     
  Branches      263      263              
==========================================
+ Hits        11293    11673     +380     
+ Misses      14608    14242     -366     
  Partials       40       40              
Impacted Files Coverage Δ
components/transfer/Transfer.razor.cs 0.00% <0.00%> (ø)
components/select/Select.razor.cs 52.20% <0.00%> (+0.26%) ⬆️
components/select/SelectBase.cs 71.23% <0.00%> (+0.27%) ⬆️
components/input/Input.cs 70.03% <0.00%> (+0.36%) ⬆️
components/date-picker/internal/DatePickerBase.cs 79.01% <0.00%> (+0.66%) ⬆️
components/core/CssSizeLength.cs 86.07% <0.00%> (+1.07%) ⬆️
components/grid/Col.razor.cs 96.00% <0.00%> (+1.33%) ⬆️
components/date-picker/locale/DatePickerLocale.cs 100.00% <0.00%> (+3.22%) ⬆️
components/core/Extensions/JSRuntimeExtensions.cs 53.33% <0.00%> (+3.33%) ⬆️
components/grid/Row.razor.cs 84.44% <0.00%> (+8.88%) ⬆️
... and 11 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ElderJames ElderJames merged commit 84dfc2c into master Jan 13, 2023
@ElderJames ElderJames deleted the fix/transfer-select-update branch January 13, 2023 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transfer Component can’t select item when click in v0.13.3
1 participant