Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

When AllowCustomValue is set to true, typing a entire word that matches an entire item in the popup does not move the focus to that item. However, when AllowCustomValue is set to false, the focus moves correctly to the entirely matching item in the popup.

Sample: https://blazorplayground.syncfusion.com/embed/VDLoNgZSAezoWwtS?appbar=true&editor=true&result=true&errorlist=true&theme=bootstrap5

 

Replication procedure:

  1. Type 'Golf'
  2. notice that the focus does not goes to the Golf.
     

Expected Output: When AllowCustomValue is set to true, typing a entire word that matches an item in the popup should automatically move the focus to that item.

 

Current Output:  When AllowCustomValue is set to true, even if the typed entire  word matches an item in the popup, the focus does not move to that item.