unoplatform / uno

Build Mobile, Desktop and WebAssembly apps with C# and XAML. Today. Open source and professionally supported.
https://platform.uno
Apache License 2.0
8.75k stars 706 forks source link

`ComboBox.IsEditable` is not implemented #9063

Open bstrother1 opened 2 years ago

bstrother1 commented 2 years ago

Current behavior

Currently WPF Combobox isEditable="true" does not allow for Combobox editing. This functionality works in UWP. Sample project is reused. Combobox is on first page. I have only tested WPF and UWP.

ReactiveUIUnoSample.zip

Expected behavior

Combobox to allow for editing when isEditable="true".

How to reproduce it (as minimally and precisely as possible)

-Create project

Workaround

n/a

Works on UWP/WinUI

Yes

Environment

Uno.UI / Uno.UI.WebAssembly / Uno.UI.Skia

NuGet package version(s)

WPF: PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" PackageReference Include="Microsoft.Extensions.Logging.Console" Version="6.0.0" PackageReference Include="ReactiveUI.Fody" Version="17.1.17" PackageReference Include="ReactiveUI.Uno" Version="17.*" PackageReference Include="Uno.UI.Skia.Wpf" Version="4.4.0-dev.239" PackageReference Include="Uno.UI.RemoteControl" Version="4.4.0-dev.241" Condition="'$(Configuration)'=='Debug'"

WPF.Host: PackageReference Include="Uno.UI.Skia.Wpf" Version="4.4.0-dev.239" PackageReference Include="Uno.UI.RemoteControl" Version="4.4.0-dev.241" Condition="'$(Configuration)'=='Debug'"

Affected platforms

Skia (WPF)

IDE

Visual Studio 2022

IDE version

17.0.4

Relevant plugins

No response

Anything else we need to know?

No response

jeromelaban commented 2 years ago

Thanks, this feature is currently not implemented on any platform.

bstrother1 commented 2 years ago

Thanks, this feature is currently not implemented on any platform.

It works on UWP, are there plans to implement this?

weitzhandler commented 9 months ago

It seems to be working on WinUI. It doesn't seem to be working on WASM (tested under Material theme).

ADD-Eugenio-Lopez commented 1 month ago

I have tested this property with a blank application only with a ComboBox and it does not work in any platform.

MartinZikmund commented 5 days ago

Closed accidentally, the PR is still open