"use client"; import { useEffect, useRef, useState } from "react"; type Option = { value: string; label: string }; // A fully custom-styled dropdown — a native