diff --git a/.changeset/gentle-eyes-sell.md b/.changeset/gentle-eyes-sell.md
new file mode 100644
index 0000000000..fd8bbaa760
--- /dev/null
+++ b/.changeset/gentle-eyes-sell.md
@@ -0,0 +1,6 @@
+---
+'react-select': patch
+'storybook': patch
+---
+
+Introduces a new optional prop allowEmptySearch to the Async Select component.
diff --git a/packages/react-select/src/useAsync.ts b/packages/react-select/src/useAsync.ts
index 334f66d7f2..19d20a8543 100644
--- a/packages/react-select/src/useAsync.ts
+++ b/packages/react-select/src/useAsync.ts
@@ -33,6 +33,12 @@ export interface AsyncAdditionalProps