const [place, setPlace] = useState("");
value={place}
onChange={e => setPlace(e.target.value)}
variant="outlined"
label="City"
select
{city.map((city, _id) => (
{city.name}
))}
{
city.map((city, ) => {
})
}
const [place, setPlace] = useState("");
value={place}
onChange={e => setPlace(e.target.value)}
variant="outlined"
label="City"
select
{city.map((city, _id) => (
{city.name}
))}
{
city.map((city, ) => {
})
}
For further actions, you may consider blocking this person and/or reporting abuse
Mohammad Shariful Islam -
Andrew Elans -
Mike Young -
Mike Young -
Top comments (0)