Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

alanmartinsp
Copy link

No description provided.

@moreta
Copy link
Owner

moreta commented Jan 6, 2018

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

@alanmartinsp
Copy link
Author

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.

@webineh
Copy link

webineh commented Feb 17, 2018

ok

@azainier
Copy link

azainier commented Jun 6, 2022

Can u please resolve conflicts and merge it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants