Skip to content
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

[Q] Is there anyway to hide id in text? #3

Closed
enisn opened this issue Nov 25, 2020 · 2 comments
Closed

[Q] Is there anyway to hide id in text? #3

enisn opened this issue Nov 25, 2020 · 2 comments

Comments

@enisn
Copy link

enisn commented Nov 25, 2020

Hi,
I'm using EasySelector and it displays id of each object after their names.

Can I hide Id in dropdown texts? Is there any way to do it?

@enisn
Copy link
Author

enisn commented Nov 25, 2020

I've found a css trick:

.selection-subtext
{
    display:none;
}

@gdlcf88
Copy link
Member

gdlcf88 commented Nov 25, 2020

I've found a css trick:

I think it is necessary to realize the display control of subtext, you may want to show the key of some entity types, while others don’t.

I created a new property for EasySelectorAttribute to control it, I think the new release can solve your need, please see 400183c.

Thanks for the good question.

@gdlcf88 gdlcf88 closed this as completed Nov 25, 2020
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

No branches or pull requests

2 participants