window.ENTITIES={'/api/snippets/jsx/react%20material-ui%20select%20component%20with%20array%20of%20objects':[{"result":true,"message":null,"batch":{"type":"jsx","name":"react material-ui select component with array of objects","items":[{"id":"jEMqrj","type":"jsx","name":"React Material-UI Select component with array of objects","content":"// import React, { useEffect, useState } from 'react';\n\n// import Select from '@material-ui/core/Select/Select';\n// import MenuItem from '@material-ui/core/MenuItem/MenuItem';\n\nconst options = [\n {label: 'React', value: 'react'},\n {label: 'JavaScript', value: 'js' },\n {label: 'TypeScript', value: 'ts' }\n];\n\nreturn (\n \n);","source":"https://dirask.com/posts/React-Material-UI-Select-component-with-array-of-objects-j4q7V1","author":{"id":"vaG4Eo","name":"Rubi-Reyna","avatar":"1629030448309__vaG4Eo__w40px_h40px.png","points":677,"role":"BASIC"},"creationTime":1634919959000,"updateTime":null,"removalTime":null}]}}]};