Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
3 tasks
JackHaeg opened this issue Aug 7, 2024 · 0 comments · May be fixed by #1727
Open
3 tasks
Assignees
Labels

Comments

@JackHaeg
Copy link
Member

JackHaeg commented Aug 7, 2024

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

  • Verify how placeholder text is displayed on MUI Selection Component
    • Follow example in MUI's Selection Component
    • Use InputLabel to display placeholder text as per example.
  • Remove the --Select a project..-- option HTML element
  • Add Select a project as input label

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In progress
Development

Successfully merging a pull request may close this issue.

2 participants