File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
components/TokenizingTextBox/src Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2323
2424 <Style x : Key =" DefaultTokenizingTextBoxStyle"
2525 TargetType =" controls:TokenizingTextBox" >
26+ <Setter Property =" AutoSuggestBoxStyle" Value =" {StaticResource SystemAutoSuggestBoxStyle}" />
2627 <Setter Property =" AutoSuggestBoxTextBoxStyle" Value =" {StaticResource TokenizingTextBoxTextBoxStyle}" />
2728 <Setter Property =" Foreground" Value =" {ThemeResource TextControlForeground}" />
2829 <Setter Property =" Background" Value =" {ThemeResource TextControlBackground}" />
Original file line number Diff line number Diff line change 410410 ItemTemplate =" {Binding Path=Owner.SuggestedItemTemplate, RelativeSource={RelativeSource Mode=TemplatedParent}}"
411411 ItemsSource =" {Binding Path=Owner.SuggestedItemsSource, RelativeSource={RelativeSource Mode=TemplatedParent}}"
412412 PlaceholderText =" {Binding Path=Owner.PlaceholderText, RelativeSource={RelativeSource Mode=TemplatedParent}}"
413- Style =" {StaticResource SystemAutoSuggestBoxStyle }"
413+ Style =" {Binding Path=Owner.AutoSuggestBoxStyle, RelativeSource={RelativeSource Mode=TemplatedParent} }"
414414 Text =" {Binding Text, Mode=TwoWay}"
415415 TextBoxStyle =" {StaticResource TokenizingTextBoxTextBoxStyle}"
416416 TextMemberPath =" {Binding Path=Owner.TextMemberPath, RelativeSource={RelativeSource Mode=TemplatedParent}}"
You can’t perform that action at this time.
0 commit comments