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

Multiselect Component to Support Customized Option Rendering #488

Open
Akhil7416 opened this issue May 6, 2024 · 0 comments
Open

Multiselect Component to Support Customized Option Rendering #488

Akhil7416 opened this issue May 6, 2024 · 0 comments

Comments

@Akhil7416
Copy link

Akhil7416 commented May 6, 2024

I had a requirement where label for multiselect option should have ui like a title along with subtitle
as shown in the image, the bracket part must have different color and size

but as per code i can only pass one variable { name: /// } to the options array and this option.name gets displayed
inside one span

<span>{{ option.name }} </span>

so i cant find a way to achieve this above requirement.

is there a way to do this? or can I complete the above requirement and raise pr?

Screenshot 2024-05-06 at 1 07 18 PM
@Akhil7416 Akhil7416 changed the title DropDown Options UI Multiselect Component to Support Customized Option Rendering May 6, 2024
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

1 participant