SelectField
Live Editor
<Store id={"selectFieldForm"}><Form><Paper><Box px={3} pt={2} pb={3} mb={2}><SelectFieldname="abc"label="Example Editor"fullWidthoptions={[{ value: "red", label: <span style={{ color: "red" }}>Red</span> },{value: "green",label: <span style={{ color: "green" }}>Green</span>},{value: "blue",label: <span style={{ color: "blue" }}>Blue</span>}]}/></Box></Paper></Form><StateInspector /></Store>
Result
Loading...
Live Editor
<Store id={"selectFieldFormView"}><FormView><Register>{materialViewComponents}</Register><Fields><Fieldname="abc"label="Example Editor"editor="select"fullWidthview={{ xs: 12 }}options={[{ value: "red", label: <span style={{ color: "red" }}>Red</span> },{value: "green",label: <span style={{ color: "green" }}>Green</span>},{ value: "blue", label: <span style={{ color: "blue" }}>Blue</span> }]}/></Fields><Sections><Section>{["abc"]}</Section></Sections></FormView><StateInspector /></Store>
Result
Loading...