Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
Typed binding breaks the working behavior of the controls, whereas classic binding works in the way it is designed.
Expected Behavior
Like how it works in classic binding, only the approach changes with improved type safety.
Steps To Reproduce
- Clone the repository
- Run the sample app
- It hosts two controls on the Main page of the app, both are pickers, one with typed binding and the other with classic binding
- Both are bound to the same Index property, which means a change in one picker should reflect in the other
- Now change the value in the type picker and no response in the classic picker (the issue)
- Then change the value in the classic picker, there is a change in the type picker (actual behavior)
Link to public reproduction project repository
https://github.com/egvijayanand/markup-issue-272
Environment
- .NET MAUI C# Markup CommunityToolkit: v4.0.0
- OS: Windows 11 v10.0.22631.2715
- .NET MAUI: v8.0.3
Anything else?
No response
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
Typed binding breaks the working behavior of the controls, whereas classic binding works in the way it is designed.
Expected Behavior
Like how it works in classic binding, only the approach changes with improved type safety.
Steps To Reproduce
Link to public reproduction project repository
https://github.com/egvijayanand/markup-issue-272
Environment
Anything else?
No response