This PR removes the dreadful Material UI dropdown component, and replaces it with just regular div with custom styling, simplifying the html and css. As a result, it also allows Downshifts getMenuProps to function correctly with regard to ref forwarding, avoiding the annoying "ref was not applied correctly" error.
This PR removes the dreadful Material UI dropdown component, and replaces it with just regular div with custom styling, simplifying the html and css. As a result, it also allows Downshifts
getMenuProps
to function correctly with regard to ref forwarding, avoiding the annoying "ref was not applied correctly" error.