Skip to content

Commit

Permalink
Update prop docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed May 31, 2024
1 parent 908333c commit 5253902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eui/src-docs/src/views/search_bar/props_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export const propsInfo = {
},
autoClose: {
description:
'Should the dropdown close after the user selects a value. Ignored if multiSelect is true.',
'Should the dropdown close after the user selects a value. If not explicitly passed, will auto-close for single selection and remain open for multi-selection.',
required: false,
defaultValue: { value: 'true' },
type: { name: 'boolean' },
Expand Down

0 comments on commit 5253902

Please sign in to comment.