Team,
Document referred: https://ej2.syncfusion.com/angular/documentation/multi-select/filtering/
Scenario: Limit the search only when more than 3 characters
When the first time control loads and I type one character, the control do makes API call (Remote data binded).
However after search once with more than 3 characters it does not get repeated. Could you please provide a fix to it?
It is also visible in documentation
Steps:
1. Open above document shared
2. Under preview for category "Limit the minimum filter character" , type one or two characters
Expected: since search is limited to 3 characters, search call should not be fired for less that 3 characters
Actual: Search is getting fired by making API call for the first time user types. After that functionality works fine.
Thanks
Tuariq