📝(react) add multi select to form example
This way we can showcase the multi select in real life conditions.
This commit is contained in:
@@ -144,6 +144,31 @@ export const Sports = () => {
|
|||||||
]}
|
]}
|
||||||
fullWidth={true}
|
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}>Apply</Button>
|
||||||
<Button fullWidth={true} color="secondary">
|
<Button fullWidth={true} color="secondary">
|
||||||
Need help ?
|
Need help ?
|
||||||
|
|||||||
Reference in New Issue
Block a user