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: input): when its value is changed in code, it would rollback on click #2906

Merged
merged 1 commit into from
Nov 28, 2022

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 #2887

💡 Background and solution

📝 Changelog

Language Changelog
🇺🇸 English Fixed input that when its value is changed in code, it would rollback on click
🇨🇳 Chinese 修复 Input 在被从代码修改值时,再点击输入框会回退的问题

☑️ 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 Nov 27, 2022

@codecov
Copy link

codecov bot commented Nov 27, 2022

Codecov Report

Base: 43.51% // Head: 43.60% // Increases project coverage by +0.08% 🎉

Coverage data is based on head (7ca5dc6) compared to base (80ee0d8).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2906      +/-   ##
==========================================
+ Coverage   43.51%   43.60%   +0.08%     
==========================================
  Files         551      551              
  Lines       25921    25922       +1     
  Branches      263      263              
==========================================
+ Hits        11280    11303      +23     
+ Misses      14601    14579      -22     
  Partials       40       40              
Impacted Files Coverage Δ
components/input/Input.cs 68.88% <100.00%> (+0.10%) ⬆️
...nts/core/Component/Overlay/OverlayTrigger.razor.cs 55.49% <0.00%> (+2.61%) ⬆️
components/drawer/Drawer.razor.cs 93.50% <0.00%> (+3.24%) ⬆️
components/core/Component/Overlay/Overlay.razor.cs 80.81% <0.00%> (+6.97%) ⬆️

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 2506b5d into master Nov 28, 2022
@ElderJames ElderJames deleted the fix/input-change-input-string branch November 28, 2022 09:44
kooliokey pushed a commit to kooliokey/ant-design-blazor that referenced this pull request Jan 15, 2023
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.

Abount Input ReadOnly Bug?
1 participant