vue-search-select icon indicating copy to clipboard operation
vue-search-select copied to clipboard

Display another Array property in the tag when selecting item in list

Open alanmartinsp opened this issue 7 years ago • 4 comments

alanmartinsp avatar Dec 07 '17 18:12 alanmartinsp

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".

moreta avatar Jan 06 '18 14:01 moreta

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.

alanmartinsp avatar Jan 10 '18 00:01 alanmartinsp

ok

webineh avatar Feb 17 '18 15:02 webineh

Can u please resolve conflicts and merge it?

azainier avatar Jun 06 '22 10:06 azainier