Skip to content

[regression/8.0.0-preview.7.8842] Bug: Multiple platforms Editor & Entry Two Way binding to text #16636

@SamuelJames101

Description

@SamuelJames101
  1. Create an editor
  2. Bind its text property to attached BindingContext ViewModel
  3. Enter some text into the editor
  4. Change the text value in the viewModel

Expected Results:
Views editors text updates

Actual Results:
Views editor keeps old text. However, I can see that the getter is hit indicating the view does come up for it. Backing field for text binding is also correctly set.

The issue is reproducible on MacCatalyst, iOS And Android. @drasticactions has also confirmed on WinUI

Previously working in .Net 7

Repo: https://github.com/SamuelJames101/EditorAndEntryBugNet8

Metadata

Metadata

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions