How does this compare to Dropdown?
ComboBox is like a combined DropDown and TextBox.
So:
IsEditablethen based on the IsEditable property you could toggle a different template. ComboBox has some autocomplete support as well, though I don't know if its necessary for alpha 3
My thinking was that they would be separate controls - they are in most ui frameworks I've come across, and e.g. the Text property only applies to ComboBox.
I will give this a shot.
As I mentioned in #1070, I'm wondering if an old-style ComboBox such as this is even needed in a modern day application? Some kind of Autocomplete control would be far more useful IMO.
Any implementation of multi-select combobox will be useful for filter panels.
@grokys I guess its implemented and ticket can be closed?
@Krakean we've renamed our DropDown to ComboBox for consistency with WPF/UWP/xamlstandard. It's not an actual combobox, though.
It's not an actual combobox, though.
Note that neither is UWP's combobox afaik.
Hello! When does a combobox appear IsEditable?
Most helpful comment
Hello! When does a combobox appear IsEditable?