Skip to content

MudDebouncedInputExtended: Sync the MudDebouncedInput debounce implementations to fix the current issues - #623

Merged
mckaragoz merged 4 commits into
CodeBeamOrg:devfrom
DrastamatSargsyan:fix/debounced-input-extended
Apr 20, 2026
Merged

MudDebouncedInputExtended: Sync the MudDebouncedInput debounce implementations to fix the current issues#623
mckaragoz merged 4 commits into
CodeBeamOrg:devfrom
DrastamatSargsyan:fix/debounced-input-extended

Conversation

@DrastamatSargsyan

Copy link
Copy Markdown
Contributor

Fixes#619

After the Mud v9 debounce feature worked with some glitches, and since the extension's implementation of debouncing is behind Mud's component, this PR will sync it.

dev:
https://github.com/user-attachments/assets/e373049f-54d4-418d-858d-ec277147b2bc

this PR:
https://github.com/user-attachments/assets/07b4e2c3-6036-4352-a42b-870cedc91986

@codecov

codecovBot commented Apr 19, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 81.25000% with 39 lines in your changes missing coverage. Please review.
✅ Project coverage is 68.68%. Comparing base (28fde7e) to head (4779806).
⚠️ Report is 8 commits behind head on dev.

Files with missing linesPatch %Lines
...dBlazor.Extensions/Utilities/DebounceDispatcher.cs85.53%17 Missing and 6 partials ⚠️
...ponents/InputExtended/MudDebouncedInputExtended.cs65.21%11 Missing and 5 partials ⚠️
Additional details and impacted files
@@ Coverage Diff @@## dev #623 +/- ##
==========================================
+ Coverage 68.09% 68.68% +0.59% 
==========================================
Files 107 108 +1 Lines 7495 7713 +218 Branches 1286 1332 +46 ==========================================
+ Hits 5104 5298 +194 - Misses 1916 1928 +12 - Partials 475 487 +12 

☔ 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.

Comment threadsrc/CodeBeam.MudBlazor.Extensions/CodeBeam.MudBlazor.Extensions.csproj Outdated
@mckaragoz
mckaragoz merged commit c4f7f9c into CodeBeamOrg:devApr 20, 2026
3 checks passed
@mckaragoz

Copy link
Copy Markdown
Contributor

Thanks 🥇

Sign up for freeto 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.

MudTextFieldExtended: Debounce works only once

2 participants

@DrastamatSargsyan@mckaragoz