broad-salmonB
Refine4y ago
6 replies
broad-salmon

multi select tag names are not displayed in edit form

<Form.Item name={["staff_speciality_mappings"]}>
<CustomSelect
placeholder="Speciality"
size="large"
style={{ width: "100%" }}
label={"Speciality"}
selectedOption={false}
{...selectSpecialities}
mode="multiple"
onChange={(val) => setSpecialities(val)}
/>
</Form.Item>
image.png
Was this page helpful?