Skip to content

Fix Clear Button Show on ReadOnly Components#620

Merged
mckaragoz merged 1 commit intoCodeBeamOrg:devfrom
mckaragoz:FixClearableOnReadOnly
Apr 8, 2026
Merged

Fix Clear Button Show on ReadOnly Components#620
mckaragoz merged 1 commit intoCodeBeamOrg:devfrom
mckaragoz:FixClearableOnReadOnly

Conversation

@mckaragoz
Copy link
Copy Markdown
Contributor

Fix #617

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 8, 2026

Codecov Report

❌ Patch coverage is 72.72727% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.06%. Comparing base (6a7efdc) to head (6fe94ea).
⚠️ Report is 2 commits behind head on dev.

Files with missing lines Patch % Lines
...ts/TextFieldExtended/MudTextFieldExtended.razor.cs 33.33% 1 Missing and 1 partial ⚠️
...Components/InputExtended/MudInputExtended.razor.cs 66.66% 0 Missing and 1 partial ⚠️

❌ Your patch status has failed because the patch coverage (72.72%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage.

Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #620   +/-   ##
=======================================
  Coverage   68.06%   68.06%           
=======================================
  Files         107      107           
  Lines        7508     7516    +8     
  Branches     1293     1297    +4     
=======================================
+ Hits         5110     5116    +6     
- Misses       1918     1919    +1     
- Partials      480      481    +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.

@mckaragoz mckaragoz merged commit a997c8b into CodeBeamOrg:dev Apr 8, 2026
2 of 3 checks passed
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.

The Clear button in MudInputExtended and its children does not disappear if the component is ReadOnly

1 participant