Ayondip
PD🧩 Plasmo Developers
•Created by tbrockman on 4/23/2023 in #👟framework
MUI Select component attachment point in CSUI?
const [current, setCurrent] = useState<HTMLElement>(null);
const ref = useRef()
useLayoutEffect(() => {
setCurrent(ref.current)
})
<Select label="Age" ref={ref} MenuProps={{ anchorEl: current, container: current }} > <MenuItem value={10}>Ten</MenuItem> <MenuItem value={20}>Twenty</MenuItem> <MenuItem value={30}>Thirty</MenuItem> </Select> this is my code
<Select label="Age" ref={ref} MenuProps={{ anchorEl: current, container: current }} > <MenuItem value={10}>Ten</MenuItem> <MenuItem value={20}>Twenty</MenuItem> <MenuItem value={30}>Thirty</MenuItem> </Select> this is my code
9 replies
PD🧩 Plasmo Developers
•Created by tbrockman on 4/23/2023 in #👟framework
MUI Select component attachment point in CSUI?
@tbrockman it's still not working
9 replies
PD🧩 Plasmo Developers
•Created by mohit on 9/25/2024 in #👟framework
Plasmo with react and MUI
I'm also facing the same isuue if i use Typography emelent. Any workaround?
2 replies
PD🧩 Plasmo Developers
•Created by Ayondip on 7/16/2024 in #🔰newbie
How to do CSUI routing?
can anyone please help?
4 replies
PD🧩 Plasmo Developers
•Created by Ayondip on 1/17/2024 in #👾extension
Help needed In API call from extension
Thank you buddy, it solved my problem
5 replies