Merge pull request #10606 from tchak/menu-combobox
feat(combobox): trigger menu on focus
This commit is contained in:
commit
2e13943c5d
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ export function ComboBox({
|
||||||
<AriaComboBox
|
<AriaComboBox
|
||||||
{...props}
|
{...props}
|
||||||
className={`fr-ds-combobox ${className ?? ''}`}
|
className={`fr-ds-combobox ${className ?? ''}`}
|
||||||
|
menuTrigger="focus"
|
||||||
shouldFocusWrap={true}
|
shouldFocusWrap={true}
|
||||||
>
|
>
|
||||||
{label ? <Label className="fr-label">{label}</Label> : null}
|
{label ? <Label className="fr-label">{label}</Label> : null}
|
||||||
|
|
Loading…
Reference in a new issue