Describe the bug
TokenizingTextBox has an AutoSuggestBoxStyle dependency property. The style of the AutoSuggestBox is not modified if that property is set.
Steps to reproduce
1. Create TokenizingTextBox
2. Set AutoSuggestBoxStyle property to a custom AutoSuggestBox style
3. Notice how the style is not modified
Expected behavior
TokenizingTextBox should use the provided AutoSuggestBoxStyle
Screenshots
No response
Code Platform
Windows Build Number
Other Windows Build number
No response
App minimum and target SDK version
Other SDK version
No response
Visual Studio Version
No response
Visual Studio Build Number
No response
Device form factor
No response
Additional context
This happens because the property is not hooked up in TokenizingTextBoxItemTextStyle. It uses the SystemAutoSuggestBoxStyle defined below.
Help us help you
Yes, I'd like to be assigned to work on this item.
Describe the bug
TokenizingTextBox has an AutoSuggestBoxStyle dependency property. The style of the AutoSuggestBox is not modified if that property is set.
Steps to reproduce
Expected behavior
TokenizingTextBox should use the provided AutoSuggestBoxStyle
Screenshots
No response
Code Platform
Windows Build Number
Other Windows Build number
No response
App minimum and target SDK version
Other SDK version
No response
Visual Studio Version
No response
Visual Studio Build Number
No response
Device form factor
No response
Additional context
This happens because the property is not hooked up in TokenizingTextBoxItemTextStyle. It uses the SystemAutoSuggestBoxStyle defined below.
Help us help you
Yes, I'd like to be assigned to work on this item.