fix(SW-1043): styling fixes
This commit is contained in:
@@ -96,7 +96,7 @@ export default function Select({
|
||||
<ListBox className={styles.listBox}>
|
||||
{items.map((item) => (
|
||||
<ListBoxItem
|
||||
aria-label={String(item)}
|
||||
aria-label={JSON.stringify(item)}
|
||||
className={`${styles.listBoxItem} ${showRadioButton && styles.showRadioButton}`}
|
||||
id={item.value}
|
||||
key={item.label}
|
||||
|
||||
Reference in New Issue
Block a user