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
Description of issue: When data is absent from the dropdown list, it displays the message "No filtered data available" Despite attempting to modify this text using the "noDataAvailablePlaceholderText" option in the dropdown settings, the desired change does not take effect, and the message continues to appear unchanged.
Steps to reproduce: search any random data like "fdgdfgdfgdg" which is not avalible in drop down list
Angular version: 12.25
ng-multiselect-dropdown version: 1.0.0
Description of issue: When data is absent from the dropdown list, it displays the message "No filtered data available" Despite attempting to modify this text using the "noDataAvailablePlaceholderText" option in the dropdown settings, the desired change does not take effect, and the message continues to appear unchanged.
Steps to reproduce: search any random data like "fdgdfgdfgdg" which is not avalible in drop down list
Expected result: 'My Custom Text'
Actual result: 'No filtered data available'
Demo: https://stackblitz.com/edit/ng-multiselect-dropdown-1tdsud?file=package.json,src%2Fapp%2Fapp.component.ts
Any relevant code:
The text was updated successfully, but these errors were encountered: