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
|
||||
{...props}
|
||||
className={`fr-ds-combobox ${className ?? ''}`}
|
||||
menuTrigger="focus"
|
||||
shouldFocusWrap={true}
|
||||
>
|
||||
{label ? <Label className="fr-label">{label}</Label> : null}
|
||||
|
|
Loading…
Reference in a new issue