skip to Main Content

cannot retrieve data from localstorage – Javascript

I am trying to save Contacts in localStorage in this react application. import "./App.css"; import "bootstrap/dist/css/bootstrap.css"; import Header from "./Header"; import AddContact from "./AddContact"; // import ContactCard from './ContactCard' import ContactList from "./ContactList"; import { useEffect, useState } from "react";…

VIEW QUESTION

Popper translation of MUI Autocomplete Component issue – Reactjs

I meet this issue using MUI Autocomplete component :(https://i.stack.imgur.com/q8YDj.png)(https://i.stack.imgur.com/ZzDox.png). The popper sometimes appear on the left, sometimes on the right of the text input, there is my code : <ThemeProvider theme={theme}> <Autocomplete disablePortal={true} id="combo-box-demo" options={technologies} sx={{ width: 300 }} className="nodrag"…

VIEW QUESTION
Back To Top
Search