wip: new PhoneCountryCode Select
This commit is contained in:
committed by
Michael Zetterberg
parent
5f12dedb50
commit
79e669020a
@@ -92,9 +92,9 @@ export function Select({
|
||||
|
||||
<Popover className={styles.popover} shouldFlip={false}>
|
||||
<ListBox className={styles.listBox}>
|
||||
{items.map((item) => (
|
||||
{items.map((item, idx) => (
|
||||
<SelectItem
|
||||
key={item.value}
|
||||
key={`${item.value}-${idx}`}
|
||||
id={item.value}
|
||||
icon={item.icon || itemIcon}
|
||||
isDisabled={item.isDisabled}
|
||||
|
||||
Reference in New Issue
Block a user