feat: working on selection. add a demo to AutoCompleteBoxDemo to show the keyboard navigation actually changed selection.
This commit is contained in:
@@ -1630,6 +1630,8 @@ public partial class MultiAutoCompleteBox : TemplatedControl, IInnerContentContr
|
||||
{
|
||||
// TODO set selection.
|
||||
// SetCurrentValue(SelectedItemProperty, _adapter!.SelectedItem);
|
||||
SelectedItems?.Add(_adapter?.SelectedItem);
|
||||
// UpdateTextValue(null);
|
||||
}
|
||||
|
||||
//TODO Check UpdateTextCompletion
|
||||
|
||||
Reference in New Issue
Block a user