import React from "react"; import styles from "./index.less"; import { AutoComplete } from "antd"; const options = [ { value: "Burns Bay Road" }, { value: "Downing Street" }, { value: "Wall Street" }, ]; const Complete: React.FC = () => { return ( option?.value.toUpperCase().indexOf(inputValue.toUpperCase()) !== -1 } /> ); }; export default () => (
);