You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello minesworld, thank you for opening an issue with us!
I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌
Describe the bug
**TokenizingTextBoxItem.AutoSuggestBox.cs**
AutoSuggestBox_TextChanged()
wrong
bool lastDelimited = t[t.Length - 1] == Owner.TokenDelimiter[0];
correct
bool lastDelimited = t.EndsWith(Owner.TokenDelimiter);
Regression
No response
Reproducible in sample app?
Steps to reproduce
Expected behavior
no text
Screenshots
No response
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
Nuget packages
No response
Additional context
No response
Help us help you
No.
The text was updated successfully, but these errors were encountered: