From cc0e64ac6811fd0bd6d1d9c390f8bc31896e96a2 Mon Sep 17 00:00:00 2001 From: Adam Silverstein Date: Fri, 31 Jan 2025 09:28:00 -0700 Subject: [PATCH] Match readme description to type.js description --- packages/components/src/combobox-control/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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