feat: accept readonly array for multiple combobox value (#9741)
* feat: accept readonly array for multiple combobox value
Port the readonly array changes from #9221 (Select) to ComboBox.
This allows passing `readonly Key[]` as the `value` prop for
multiple selection mode without TypeScript errors.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: sort imports alphabetically to fix lint CI failure
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>