const Search = ({ shows, fetchShows, selectShow, onChange }) => { const [value, setValue] = useState(''); const options = (shows.search[value] || []).map(id ...
確定! 回上一頁