PaulJohannFlade / Capstone_ClanPlan

https://capstone-clan-plan.vercel.app
0 stars 0 forks source link

Multiselect dropdown - fix #72

Open mariiaovs opened 1 month ago

mariiaovs commented 1 month ago

Multiselect dropdown - fix

Value Proposition

As a family member,

I want to be able to close the options list in a multiselect dropdown using an arrow,

so that it doesn't interfere with my ability to use the navigation menu in the footer.

Description

The app uses a Multiselect component from the multiselect-react-dropdown library in the Form and CategoryForm components to choose family members. To hide the dropdown menu, the user has to click away. Then, the menu is not visible, but if the user tries to click on the footer menu links "Categories" or "Family," he ends up clicking the dropdown menu, which becomes visible again upon being clicked.

Acceptance Criteria

Tasks