Skip to content

[BUG] Typed bindings is not working as expected. #272

@egvijayanand

Description

@egvijayanand

Is there an existing issue for this?

  • I have searched the existing issues

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

  1. Clone the repository
  2. Run the sample app
  3. It hosts two controls on the Main page of the app, both are pickers, one with typed binding and the other with classic binding
  4. Both are bound to the same Index property, which means a change in one picker should reflect in the other
  5. Now change the value in the type picker and no response in the classic picker (the issue)
  6. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingunverifiedBug has not been verified by maintainers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions