fix: open country select dropdown on focus
This commit is contained in:
@@ -99,9 +99,10 @@ export default function CountrySelect({
|
||||
onBlur={field.onBlur}
|
||||
onSelectionChange={(c) => field.onChange(c ?? "")}
|
||||
selectedKey={field.value}
|
||||
menuTrigger="focus"
|
||||
>
|
||||
<Label className={styles.inner}>
|
||||
<div className={styles.displayText}>
|
||||
<span className={styles.displayText}>
|
||||
<Typography variant="Label/xsRegular">
|
||||
<span className={`${styles.label} ${styles.labelValue}`}>
|
||||
{label}
|
||||
@@ -120,7 +121,7 @@ export default function CountrySelect({
|
||||
ref={field.ref}
|
||||
/>
|
||||
</Typography>
|
||||
</div>
|
||||
</span>
|
||||
<Button className={styles.button}>
|
||||
<MaterialIcon
|
||||
aria-hidden="true"
|
||||
|
||||
Reference in New Issue
Block a user