| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-09 | 5.3 kB | |
| v9.7.0 source code.tar.gz | 2026-07-09 | 6.5 MB | |
| v9.7.0 source code.zip | 2026-07-09 | 8.4 MB | |
| Totals: 3 Items | 14.9 MB | 0 | |
What's Changed
Breaking Changes
- MudInput: Remove
OnPastehandler by @omarkurtovic in https://github.com/MudBlazor/MudBlazor/pull/13236 - MudTable, MudDataGrid: Fix async row validation bypass; obsolete Validate for ValidateAsync by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13394
- MudNumericField: Remove mouse wheel to step by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13405
- MudCheckBox, MudSwitch, MudRadio: Honor Color/UncheckedColor when ReadOnly by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13404
- MudRadioGroup: Correct reset behavior and remove Backspace shortcut by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13412
- MudForm: Base IsValid on required fields having a value, not being touched by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13423
New Features
- MudTabs: Add lazy loading option when using KeepPanelsAlive by @ar-schraml in https://github.com/MudBlazor/MudBlazor/pull/13370
- MudTd, MudTr, MudTh: Support
@oncontextmenu:preventDefaultby @Abdulstar in https://github.com/MudBlazor/MudBlazor/pull/13260 - MudTimeline: Render the Icon property on timeline items by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13409
- MudExpansionPanel: Add focus styling by @omarkurtovic in https://github.com/MudBlazor/MudBlazor/pull/13429
Bug Fixes
- MudAutocomplete: Dispose previous CTS on each search by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13398
- MudSelect: Validate after the SelectedValues binding commits by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13401
- MudRadioGroup: Don't sever nested inputs from the parent form by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13399
- MudInput: Shrink the floating label when the browser autofills a field by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13402
- MudSelect: Set display to block to fix height disparity by @BekAllaev in https://github.com/MudBlazor/MudBlazor/pull/13293
- MudInput: Fix FullWidth not applied by @omarkurtovic in https://github.com/MudBlazor/MudBlazor/pull/13294
- MudSelect: Forward consumer attributes to the selected-value presenter by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13406
- MudPopover: Align edge-anchored dropdown popovers with their box by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13407
- MudFormComponent: Validate required fields on blur under EditContext by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13396
- MudTable: Fix nested group checkbox state after expansion by @Steve-XYZ in https://github.com/MudBlazor/MudBlazor/pull/13410
- MudAutocomplete: Validate required fields on blur by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13414
- MudFormComponent: Preserve consumer-managed Error when no validation source by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13415
- MudBaseInput: Mark touched on first change even when text already in sync by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13416
- MudTextField: Keep SetTextAsync from marking the field touched by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13417
- MudBaseInput: Reset validated flag on ResetValidation so blur re-validates by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13419
- MudForm: Re-apply the form-level Validation to controls on each validate by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13420
- MudInput: Fix ObjectDisposedException when disposed before first render by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13431
- MudStepper: Prevent title overflow with CenterLabels in horizontal mode by @EduardF1 in https://github.com/MudBlazor/MudBlazor/pull/13255
- MudDataGrid: Support sticky aggregate rows in footer by @corvinsz in https://github.com/MudBlazor/MudBlazor/pull/13441
- MudTabs: Fix nested tabs clipping in vertical parent by @tuncaypeker in https://github.com/MudBlazor/MudBlazor/pull/13365
- MudProgressLinear: Fix striped animation loop jump by @roian6 in https://github.com/MudBlazor/MudBlazor/pull/13447
Other Changes
- MudPopover: Log instead of throw when no provider is in the render scope by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13371
- Translations: Use ellipsis instead of dots by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/13437
New Contributors
- @ar-schraml made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13370
- @BekAllaev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13293
- @Abdulstar made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13260
- @Steve-XYZ made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13410
- @EduardF1 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13255
- @roian6 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13447
Full Changelog: https://github.com/MudBlazor/MudBlazor/compare/v9.6.0...v9.7.0