StrikekitStrikekit

pick

Pick option(s) from a custom combobox or already-open panel

Use pick for custom combobox widgets (Material, React Select, etc.). Native <select> stays on select.

Syntax

When I pick "<option>" from "<combobox>"
When I pick "<option-or-list>"
FormMeaning
pick "…" from "…"Open a closed combobox and choose a single option
pick "…" (bare)Choose from an already-open panel — single or comma multi

Qualifiers

QualifierRoleExample
fromCombobox label (closed widget, single option)pick "Canada" from "Country"

Examples

When I pick "Canada" from "Country"
When I open "Tags"
When I pick "Red,Blue,Green"

Notes

  • Bare pick requires a prior open (or use open … and pick).
  • pick "X" from "Y" is single option only — no comma list.
  • Multi option labels must not contain commas in v1.
  • Open panels are resolved from the control that opened them; leftover panels do not steal later picks.

On this page