feat: working on selection. add a demo to AutoCompleteBoxDemo to show the keyboard navigation actually changed selection.
This commit is contained in:
@@ -23,10 +23,14 @@
|
||||
</Style>
|
||||
</StackPanel.Styles>
|
||||
|
||||
<TextBlock Text="{Binding #box.((viewModels:StateData)SelectedItem).Name}" />
|
||||
|
||||
<u:AutoCompleteBox
|
||||
Name="box"
|
||||
Watermark="Please select a State"
|
||||
Classes="ClearButton"
|
||||
ValueMemberBinding="{ReflectionBinding Name}" />
|
||||
|
||||
<u:AutoCompleteBox
|
||||
Classes="Large"
|
||||
ValueMemberBinding="{ReflectionBinding Name}" />
|
||||
|
||||
Reference in New Issue
Block a user