mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
5ab5e07012
The `multi-select` form type description in the dynamic parameters docs incorrectly stated it renders checkboxes. The actual UI is a searchable dropdown combobox (`MultiSelectCombobox`) with selected items shown as removable chips. > This PR was authored by Coder Agents on behalf of @uzair-coder07.