adevinta / spark

✨ Simple, Modular & Accessible UI Components for your React Applications
https://sparkui.vercel.app
MIT License
51 stars 16 forks source link

fix(combobox): missing key attribute on selected items #2226

Closed Powerplex closed 3 weeks ago

Powerplex commented 3 weeks ago

Description, Motivation and Context

Missing key attribute on Combobox.SelectedItems loop triggers a warning in the console.

Types of changes