Maui
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
### 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....
# [Bindable Property (BP) generator] * [x] Proposed * [ ] Prototype: Not Started * [ ] Implementation: Not Started * [ ] iOS Support * [ ] Android Support...
Expander
### Description of Change ### New Expander control. Uses custom implementation on Android and iOS and native WinUI expander control. ### Linked Issues ### - Fixes #109 ### PR Checklist...
### 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) ###...
### 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...
### 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...
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...
### 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...
### 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...