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

Tonysader add select comp #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tonysader
Copy link

Adding select component to the address form. as how you proposed in your video.

Thanks a lot for everything <3

@@ -0,0 +1,19 @@
import React from "react";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import React from 'react';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

in new version react you not need that )

@@ -0,0 +1,19 @@
import React from "react";
import { InputLabel, Select, Grid, MenuItem } from "@material-ui/core";

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import { InputLabel, Select, Grid, MenuItem } from '@material-ui/core';

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants