Javascript – Material UI Autocomplete Categories in ReactJS
I'm using MUI Autocomplete and Formik and I wanted to group this into categories. If it has no sub_accounts, then it shouldn't have a header label. Something like this: https://mui.com/material-ui/react-autocomplete/#grouped CODESANDBOX ------> CLICK HERE Expected outcome on the UI is…