diff --git a/packages/@react-aria/select/docs/useSelect.mdx b/packages/@react-aria/select/docs/useSelect.mdx index 0844f367295..8a7cc4f5bb8 100644 --- a/packages/@react-aria/select/docs/useSelect.mdx +++ b/packages/@react-aria/select/docs/useSelect.mdx @@ -190,7 +190,8 @@ function ListBoxPopup({state, ...otherProps}) { // Get props for the listbox let {listBoxProps} = useListBox({ autoFocus: state.focusStrategy || true, - disallowEmptySelection: true + disallowEmptySelection: true, + ...otherProps }, state, ref); // Handle events that should cause the popup to close,