Mehmet Can Karagöz

Results 24 issues of Mehmet Can Karagöz

A GoogleApi Utility package (specified for Blazor) added.

## Description This PR fills the last missing thing about layout. Now we can use CSS Grid's power in a Mud component. https://user-images.githubusercontent.com/78308169/173829997-7905a9a4-1a08-4761-9d51-a2313b6db7a7.mp4 It supports up to 12 column and...

new component
needs review

## Description Trying to find missing lines and increase test coverage ## How Has This Been Tested? ## Types of changes - [ ] Bug fix (non-breaking change which fixes...

enhancement

That will be very long description for this PR, so i tried to tell the basics as short as possible. But firstly need to thank @JakSor (named Eatme on discord...

bug
docs
enhancement
breaking change
needs review
API change
epic
legendary

### Bug type Component ### Component name MudAutocomplete ### What happened? As the title. When you click on a basic autocomplete, it breaks the application. `` This line gives the...

triage

### Bug type Component ### Component name MudAutocomplete ### What happened? When you select a value and click the clearable button on autocomplete, the text removed, but turns back when...

triage

## Description Chipsets and Chips now support generic types. This is a breaking change because now users have to give value to chips to work selection and multi selection properly....

enhancement
breaking change
API change

## Description Fixes #4087. Fix min and max date to working properly on OpenTo.Month and OpenTo.Year. ## How Has This Been Tested? ## Types of changes - [x] Bug fix...

bug
needs tests

## Description Fixes #4275. If a component is disabled, clearable button even doesn't show. But we didn't prepared anything about readonly. When we set readonly true, clearable button still shows,...

bug

## Description Fixes #4564. First of all, we needed to wait popover fix to see true effects on server-side mobile. It's done, so we can discuss it now. ### So...

API change