Skip to main content
Version: Next

MenuAutocompleteListBoxProps

Home > @backstage/ui > MenuAutocompleteListBoxProps

Signature:

export interface MenuAutocompleteListBoxProps<T> extends RAListBoxProps<T>, Omit<RAListBoxProps<T>, 'children'> 

Extends: RAListBoxProps<T>, Omit<RAListBoxProps<T>, 'children'>

Properties

Property

Modifiers

Type

Description

placeholder?

string

(Optional)

placement?

RAPopoverProps['placement']

(Optional)