import { useRef } from 'preact/hooks' import { Icon } from './Icon.jsx' export const ComboBox = ({ selected, options }) => { const selectRef = useRef() return (