Skip to content

MudCodeInput: Fix Crash when Initialize with Pre Defined Value#627

Merged
mckaragoz merged 2 commits intoCodeBeamOrg:devfrom
mckaragoz:CodeInputFix
May 3, 2026
Merged

MudCodeInput: Fix Crash when Initialize with Pre Defined Value#627
mckaragoz merged 2 commits intoCodeBeamOrg:devfrom
mckaragoz:CodeInputFix

Conversation

@mckaragoz
Copy link
Copy Markdown
Contributor

Fix #625

@mckaragoz mckaragoz merged commit af0e31e into CodeBeamOrg:dev May 3, 2026
1 check passed
@codecov
Copy link
Copy Markdown

codecov Bot commented May 3, 2026

Codecov Report

❌ Patch coverage is 17.39130% with 19 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.34%. Comparing base (533f2ff) to head (f4d7e8e).
⚠️ Report is 1 commits behind head on dev.

Files with missing lines Patch % Lines
...ensions/Components/CodeInput/MudCodeInput.razor.cs 28.57% 9 Missing and 1 partial ⚠️
...mponents/DateTimePicker/MudDateTimePicker.razor.cs 0.00% 9 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #627      +/-   ##
==========================================
- Coverage   65.39%   65.34%   -0.06%     
==========================================
  Files         111      111              
  Lines        8341     8354      +13     
  Branches     1469     1474       +5     
==========================================
+ Hits         5455     5459       +4     
- Misses       2381     2389       +8     
- Partials      505      506       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

MudCodeInput crash if rendered dynamically after the initial render

1 participant