-
-
Notifications
You must be signed in to change notification settings - Fork 86
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 HTML components to MUI: ./src/pages/Home.js #1717
Comments
@jng34 when you assign yourself an issue, please be sure to change the status to "in progress" (I went ahead and changed the status). Also, please only assign yourself 1 issue at a time. I recommend finishing this issue first before working on #1714, which it looks like you assigned yourself to a few days ago. Thanks! |
Oops, totally forgot. Will do, moving forward. Thank you, Jack. |
Hi @jng34 I see that the PR linked to this issue is still open: #1840
I'll re-open this issue for now and will change the status back to "in progress" :) |
@JackHaeg got it! Sorry, and thank you for being patient with me as I learn the ropes. Can I move onto another issue in the meantime? |
No worries @jng34! And yes - feel free to hop on another issue 👍 |
Overview
Review all components in
./src/pages/Home.js
and replace all standard HTML components with applicable MUI components.Action Items
./src/pages/Home.js
and search for any standard HTML components.Selection Field
details belowSelection Field
This component contains a selection field with selection options. Please reveiw MUI's Selection Component to ensure that "Select One" is displayed by default on page load.
As it currently stands, the old select style is adding a "-- Select One --" option, this behavior doesn't need to be transferred into the new componenet.
Code Snippet
Resources
The text was updated successfully, but these errors were encountered: