-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
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

😀
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels