📝(react) add multi select to form example

This way we can showcase the multi select in real life conditions.
This commit is contained in:
Nathan Vasse
2023-06-12 14:28:28 +02:00
committed by NathanVss
parent 3ff2ac4a64
commit 10a28d5e22

View File

@@ -144,6 +144,31 @@ export const Sports = () => {
]}
fullWidth={true}
/>
<Select
label="Previous rewards"
multi={true}
options={[
{
label: "Bronze",
},
{
label: "Silver",
},
{
label: "Gold",
},
{
label: "Flocon",
},
{
label: "Ourson",
},
{
label: "Chamois",
},
]}
fullWidth={true}
/>
<Button fullWidth={true}>Apply</Button>
<Button fullWidth={true} color="secondary">
Need help ?