How can I create a clickable first option in Material UI Labs Autocomplete
问题 Below you can find an example from the MUI docs on Autocomplete where I've passed a link to google, prior to the options list. However, I can't click that option, the event target is just the MuiAutocomplete, rather than the <a> I'm passing. import React from "react"; import TextField from "@material-ui/core/TextField"; import Paper from "@material-ui/core/Paper"; import Autocomplete from "@material-ui/lab/Autocomplete"; const Link = ({ children }) => ( <Paper> <a href="https://www.google.com