A
Anonymous
Styled Form Control - Copy this React, Mui Component to your project
<CustomMenu handleChange={handleSelectStudyType} value={studyType} menuItems={BIMConstants.Levels.map((type) => ({ label: type.title, value: type.id }))} id={"studyType"} disabled={disabledAllFields} /> convert this custommenu to a list with text and radio button and user should be able to select only one at a time
Prompt
