Skip to content

Add JSX.Element to use in label  #722

@lirompage

Description

@lirompage

Is your feature request related to a problem? Please describe.
Hello, thanks for your plugin, my problem is I want to use JSX ELEMENT in Label

Describe the solution you'd like
Can you improve this interface like:

interface OptionWithJSXLabel {
value: string;
label: string | JSX.Element;
key?: string;
disabled?: boolean;
}

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions