uno
uno copied to clipboard
`ComboBox.IsEditable` is not implemented
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.
Expected behavior
Combobox to allow for editing when isEditable="true".
How to reproduce it (as minimally and precisely as possible)
-Create project
- Add Combobox w/ elements
- enable isEditable
- Try to edit combobox item
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
Thanks, this feature is currently not implemented on any platform.
Thanks, this feature is currently not implemented on any platform.
It works on UWP, are there plans to implement this?
It seems to be working on WinUI. It doesn't seem to be working on WASM (tested under Material theme).