FilterMenuListbox API
API reference docs for theFilterMenuListbox
component. For examples and details on the usage of this component, visit the component demo page.
Props
Prop | Type | Description | Default |
---|---|---|---|
noResultsFallback? | ReactNode | Component to render when there are no options left in the filtered result. | _ |
options? | Array of Objects. | Options to be rendered in the popover. Note: Each item in the object should have unique id of key property for better caching of children | _ |