Interface IIgrBaseComboBoxLikeProps

Hierarchy

Hierarchy

Properties

children?: ReactNode
className?: string
emitEvent?: any
id?: string
keepOpenOnOutsideClick?: string | boolean

Whether the component dropdown should be kept open on clicking outside of it.

keepOpenOnSelect?: string | boolean

Whether the component dropdown should be kept open on selection.

open?: string | boolean

Sets the open state of the component.

style?: CSSProperties