diff --git a/packages/components/src/combobox-control/README.md b/packages/components/src/combobox-control/README.md index 94a2c08057a94..7a11c8b95fe2e 100644 --- a/packages/components/src/combobox-control/README.md +++ b/packages/components/src/combobox-control/README.md @@ -122,7 +122,7 @@ If passed, the combobox input will show a placeholder string if no values are pr #### isLoading -If true, the dropdown will show a loading indicator. +Show a spinner (and hide the suggestions dropdown) while data about the matching suggestions (ie the `options` prop) is loading - Type: `Boolean` - Required: No