hackforla / VRMS

Volunteer Relationship Management System: This is an ambitious project to create a system that will help us measure our human capital development, reduce repetitive tasks and processes, and improve outcomes.
GNU Affero General Public License v3.0
40 stars 79 forks source link

Update Placeholder Text on MUI Selection Component on: ./src/components/user-admin/EditUsers.js #1723

Open JackHaeg opened 3 months ago

JackHaeg commented 3 months ago

Overview

Currently, the placeholder text displayed on the MUI Selection Component contained within: ./src/components/user-admin/EditUsers.js does not display "select a project" as placeholder text, and instead displays it as a list item.

Action Items

Selection Component Information:

This component contains a selection field with selection options. Please review MUI's Selection Component to ensure that "Select a project" is displayed by default on page load.

As it currently stands, the old select style is adding a "-- Select a project --" list item, this behavior doesn't need to be transferred into the new component.

Resources/Instructions

Screenshots showing old design vs. new MUI component design that requires edits

## New image ## Old image