Open-state select showing the focused control and the flyout list with one option muted as chosen.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Form27 } from "@/components/beste/piece/form27";
<Form27
label="Default currency"
value="USD · US Dollar"
placeholder="Select a currency"
open={true}
options={[
"USD · US Dollar",
"EUR · Euro",
"GBP · British Pound",
"TRY · Turkish Lira"
]}
/>Notifications
A compact settings card listing labeled rows, each with an accent on/off toggle switch.
Picker that keeps chosen options as removable violet pills next to a chevron to open the list.
Searchable single-select with a query bar above a filtered list and a check for the active row.



Searchable people picker with a focused search input above a list that tints the selected row.
Pill-grouped segmented control with inset muted track and a raised card under the active choice.



Popover with a header label, filter bar, and a selectable person list that checks chosen rows.