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
Component Preview

About

StyledFormControl - A customizable list with text and radio buttons for single selection, built with React and MUI. Start coding now!

Share

Last updated 1 month ago