
Binding mode is defaulting to TwoWay on WASM while UWP is OneWay
Binding mode defaults to OneWay - and should honor it.
Run sample. UWP is one way, but WASM is TwoWay
https://www.dropbox.com/s/qxkd4qwuo8q8imd/DataBinding.zip?dl=0
Windows
Nuget Package:
<ItemGroup>
<!-- Note that for WebAssembly version 1.1.1 of the console logger required -->
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="1.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging.Filter" Version="1.1.1" />
<PackageReference Include="Uno.UI" Version="2.4.0" />
<PackageReference Include="Uno.UI.RemoteControl" Version="2.4.0" Condition="'$(Configuration)'=='Debug'" />
<PackageReference Include="Uno.Wasm.Bootstrap" Version="1.2.0" />
<PackageReference Include="Uno.Wasm.Bootstrap.DevServer" Version="1.2.0" />
</ItemGroup>
Affected platform(s):
@jeromelaban
Just reproduced easily on the Playground on this address:
https://playground.platform.uno/#6549dbf7
I also confirm the problem is present on both iOS and Wasm. Can't reproduce on Android.
This bug has been fixed. Thanks for reporting it!
Fix available in Uno.UI v3.1.0-dev.50.
Most helpful comment
This bug has been fixed. Thanks for reporting it!
Fix available in
Uno.UIv3.1.0-dev.50.