DIPS.Xamarin.UI
DIPS.Xamarin.UI copied to clipboard
[Bug] Binding errors in Popup before BindingContext is set
Description
UI is created before BindingContext is set, causing binding erros to occur.
Expected Behavior
UI class created, BindingContext set, UI Initialised.
Actual Behavior
UI class created, UI initialised, BindingContext set.
Basic Information
- Last known good version: Never
Might want to change the way we create content to use a datatemplate like sheet is doing. 👌
I guess we can support both to not break, but flag it as an anti-pattern as it is now 👍
Closed due to migration to MAUI.