Open
Description
When i use the filter in the picklist, the default message is "No results found", I want to personalize this message, for something related to the picklist, for example, a list of cities, the message could be "no city found". I try the templates, and a lot of other things.
I look at the code of pick list and it's made of two listboxes. In listbox, you can change the message of the filter using the emptyFilterMessage
parameter:
<p-listbox
[options]="cities"
[(ngModel)]="selectedCity"
optionLabel="name"
[filter]="true"
class="w-full md:w-56"
emptyFilterMessage="no city found" />
but in picklist this don't work
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Review