Skip to content

Readme #13

@cha2hyun

Description

@cha2hyun

https://github.com/onesine/react-tailwindcss-select#formatgrouplabel

Code

const options = [
    {
        label: "Mammal",
        options: [
            { value: "Dolphin", labe: "🐬 Dolphin" },
            { value: "Giraffe", labe: "🦒 Giraffe" }
        ]
    },
    {
        label: "Carnivore",
        options: [
            { value: "Tiger", labe: "🐅 Tiger" },
            { value: "Lion", labe: "🦁 Lion" }
        ]
    }
];

The labe in option has to be a label. It will occurs error below
image

😀

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions