Recently, I started using Material UI and Tailwind CSS for my project. However, I encountered an issue with the Autocomplete component where the input overlaps with the following DatePicker when there is multiple data in the Autocomplete. I have attached a screenshot that illustrates the problem:
https://i.stack.imgur.com/FZ7QF.png
Additionally, here is the code snippet from LfProjectModal.tsx:
"use client"
import * as React from "react"
...
Furthermore, below is the code snippet from LfMultiSelectInput.tsx:
"use client"
import * as React from "react"
...
I appreciate any assistance in resolving this matter!