Jason Rebelo

Results 10 issues of Jason Rebelo

# Add `IgnoreQueryString` parameter to `NavLink` - [X] You've read the [Contributor Guide](https://github.com/dotnet/aspnetcore/blob/main/CONTRIBUTING.md) and [Code of Conduct](https://github.com/dotnet/aspnetcore/blob/main/CODE-OF-CONDUCT.md). - [X] You've included unit or integration tests for your change, where applicable....

area-blazor
community-contribution

## Description Fixes an issue with the `SelectColumn` when setting `ShowInFooter` to `false`. Previously this would render a footer row (more specifically some `td`'s with the `footer-cell` CSS class) that...

bug
PR: needs review

## Description Resolves #9277. Make `InputIdState` private and add a `protected InternalInputId` value to be used in inheritors (as well as custom user components). ## How Has This Been Tested?...

enhancement
PR: needs review

## Description Fixes: #9158 Makes use of the `ParameterState` to handle value changes. Other changes: - `checked` and `intermediate` on the `MudCheckBox` & `MudSwitch` `input`s are now handled correctly -...

bug

## Description Thanks to the discussion in #9596 I found out that `MudBaseButton` triggers `IActivatable` cascading values when it is clicked. While the use case for `MudFileUpload` described in the...

bug
PR: needs review

## Description Resolves #9586 Problem explained in https://github.com/MudBlazor/MudBlazor/issues/9586#issuecomment-2278812116. ## How Has This Been Tested? Visually by updating the existing `AppendMultipleFiles` test component. ## Type of Changes - [x] Bug fix...

bug

Small change to enable `.razor` extension files to show the already existing razor file icon in `jetbrains-icons`. The `.razor` extension is used in Blazor projects. Before: ![image](https://github.com/user-attachments/assets/9b1a9820-480a-46f4-98e0-24f6ede8d78f) After: ![image](https://github.com/user-attachments/assets/aacd9f5b-308a-48a8-8795-ef2ccd4e9701) Let...

## Description Disables warnings about files being in the wrong namespace. I recently added this to our work codebase but only for our `.Components` assembly because that's the only one...

PR: needs review

## Description Resolves #9718 Added basic focus styling for the "rows per page" selector on grids and tables. ## How Has This Been Tested? Visually. ## Type of Changes -...

enhancement
PR: needs review
accessibility

## Description Resolves: #6375 TODO: add detailed description References: - [WAI tabs pattern](https://www.w3.org/WAI/ARIA/apg/patterns/tabs/) - [Material 2 implementation & specs](https://m2.material.io/components/tabs#usage) Changes: - added `role="none"` to all elements unrelated to interactivity to...