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
Is your feature request related to a problem? Please describe.
When there are no options found for the user input then there's just the possibility to show a not found label, but sometimes you could want to add more than text, it could be an image or a button.
Describe the solution you'd like
I would like to use ng-content to show a custom element when there are no options as with the custom clear icon.
Describe alternatives you've considered
I have considered to add an EventEmitter as pointed out in #345 but I think it could be confusing for the user to know the option to press enter to add a new element or something else.
Additional context
Here there are some not found messages with custom content
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When there are no options found for the user input then there's just the possibility to show a not found label, but sometimes you could want to add more than text, it could be an image or a button.
Describe the solution you'd like
I would like to use ng-content to show a custom element when there are no options as with the custom clear icon.
Describe alternatives you've considered
I have considered to add an EventEmitter as pointed out in #345 but I think it could be confusing for the user to know the option to press enter to add a new element or something else.
Additional context
Here there are some not found messages with custom content
The text was updated successfully, but these errors were encountered: