Maui icon indicating copy to clipboard operation
Maui copied to clipboard

The .NET MAUI Community Toolkit is a community-created library that contains .NET MAUI Extensions, Advanced UI/UX Controls, and Behaviors to help make your life as a .NET MAUI developer easier

Results 458 Maui issues
Sort by recently updated
recently updated
newest added

### Description I'm trying to use toolkit for email validation as it shown in microsoft documentation: When I enter email like: [email protected] color is changed to green indicating valid email....

bug
unverified
needs reproduction

# [Bindable Property (BP) generator] * [x] Proposed * [ ] Prototype: Not Started * [ ] Implementation: Not Started * [ ] iOS Support * [ ] Android Support...

help wanted
approved
proposal
champion

### Description of Change ### New Expander control. Uses custom implementation on Android and iOS and native WinUI expander control. ### Linked Issues ### - Fixes #109 ### PR Checklist...

pending documentation
do not merge

### Description Switching the content of the popup through a property that replaces the current content doesn't change the height / size of the popup. ### Reproduction Sample [PopupTest.zip](https://github.com/CommunityToolkit/Maui/files/8843382/PopupTest.zip) ###...

bug
unverified

### Description If you call ShowPopupAsync from a button command and then resize the window, the code never returns and the button remains unusable. ### Steps to Reproduce 1. Create...

bug
unverified
needs reproduction

### Description of Change ### Added GravatarImageSource, along with GravatarImageSourceService for platform handlers. ### Linked Issues ### - Implements #110 ### PR Checklist ### - [x] Has a linked Issue,...

### Description of Change ### In the HandlePropertChanged method, for each StrokeShape we apply the appropriate clip (Polyline, Ellipse, Path, Polygon, Rectangle, RoundRectangle) to the image. Added additional samples to...

do not merge

Today our NuGet package isn't great and after watching [this amazing talk from Claire](https://youtu.be/C_2BStepVKw) I saw that we can make our package even better! Helping users to see our code...

♻ housekeeping

### Description of Change ### First Pull Request for OnScreenSize markup extension. ### Linked Issues ### (https://github.com/CommunityToolkit/Maui/issues/425) - Fixes # First Pull Request for OnScreenSize markup extension. ### PR Checklist...

help wanted
stale

### Description When attaching the `NumericValidationBehavior` to an Entry element without setting the Entry's Text property, or when binding it to a Property that is (still) null, the `NumericValidationBehavior` throws...

in discussion
known-issue