vue-search-select
vue-search-select copied to clipboard
Display another Array property in the tag when selecting item in list
It seems that there is no functional difference with "optionText" prop. When is this "optionTextTag" prop useful? I think "customText" prop can functionally replace "optionTextTag".
I want to customize the list but not display the entire field in the Tag but an item of the object.
Example: { "Id": 1, "Code": "0001", "Name": "Test", "Description": "Description" }
"customText" -> Code + Name + Description. "Tag" -> Name
I want to display only the "Name" in the Tag. With "customText" is not possible, the same value that is being displayed will be added to the list.
ok
Can u please resolve conflicts and merge it?