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
Not sure if there is an easier way, managed to achieve using below
eg. item = {name : "United States", label : "US +1", value: "US +1"}
I used a under renderListItem to list, disable local search, and use make use of onChangeSearchText to search name.
I believe search and label fields always use the name field of the item.
Is there a way to customise that?
Trying to use it for country phone code list.
eg. allow people to search for United States, but when use select it, I just want it to display US +1.
I know I can custom render the list item, but not sure if there is a custom render label .
The text was updated successfully, but these errors were encountered: