Currently, I am facing difficulties in implementing a customized dropdown feature that is not available as a built-in option in Material UI. All the components used in this project are from Material UI. Specifically, I have a TextField with a Chip for the End Adornment.
The desired outcome is for the user to be able to click on the chip and trigger a dropdown menu under the TextField where they can choose a vehicle type. Unfortunately, it seems like there is no direct way to achieve this using Material UI components. Are there any suggestions or alternatives that could help me accomplish this task? Your input would be greatly appreciated. Thank you!