Brandon Minnick
Brandon Minnick
Thanks @coen22! This sounds like a cool new feature that would be useful for .NET MAUI devs! There are two changes I'd like to make to this Proposal: - Use...
Interesting! I wonder if the `Picker` defaults a value to `-1`?
That's a good point! It could be a bug in .NET MAUI that we've uncovered.
Blocked. Pending the result of https://github.com/CommunityToolkit/Maui/issues/124
On hold, pending results of https://github.com/dotnet/maui/pull/2049
Thanks George! Could you open a draft PR for the bug fix? I'll take a look at the code and see how I can help!
Assigning [Proposal](https://github.com/CommunityToolkit/Maui/issues/105) Champion, @pictos
Thanks @tnassour! I just wanted to give you a heads up that we'll need you to open a PR for our [Docs repo](https://github.com/MicrosoftDocs/CommunityToolkit) before we can merge this PR: https://github.com/MicrosoftDocs/CommunityToolkit...
Closing PR as stale + abandoned
What are your thoughts on creating a new folder + namespace for animations? E.g. Something like this: ```cs namespace CommunityToolkit.Maui.Animations; ``` In Xamarin.CommunityToolkit, all of the animation classes like `CompoundAnimationBase.shared.cs`,...