Welcome to the Vue feedback portal. We’re happy you’re here! If you have feedback on how to improve the Vue, 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!

2
Votes

In AutoComplete component, filtering event is only triggered when typed or deleted values are cleared with the backspace/delete keys. If we clear using the ‘X' clear icon, a change event will be triggered with a null value in (args.value). Need to get the empty string in filtering event args itself even when clearing using clear icon.


Sample: https://codesandbox.io/s/syncufsion-v18-dropdown-forked-253ez?file=/src/App.vue


Replication procedure:


1. Run the above sample and open console.

2. Filter character “am” in Autocomplete.

3. We get the filtered characters in the filtering event argument.

4. Actual: When clearing the typed text using clear icon, filtering event is not triggered.

5. Expected: When clearing the typed text using clear icon, filtering event should be triggered with empty string.