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

Hello,

I am currently using dropdownlist with filtering option. The problem is when first request is invoked, the url has 'filter' attribute with contains + tolower although filtertype is set to 'EndsWith'. Am I using it in way it was not supposed to?

In the attachament section is requested url after clicked on the dropdownlist.

Demo is below.


If demo was not working

Environment:

"@syncfusion/ej2-base": "17.2.46",
"@syncfusion/ej2-buttons": "^17.2.46",
"@syncfusion/ej2-data": "17.2.46",
"@syncfusion/ej2-dropdowns": "17.2.46"

Thanks