From 635f4396aefaf4729caf8b56e305404bf2318433 Mon Sep 17 00:00:00 2001
From: The Master Fuhua's Little Phoenix
<57039359+Choneas@users.noreply.github.com>
Date: Thu, 3 Oct 2024 00:37:32 +0800
Subject: [PATCH] Update the "Dynamic items"'s code highlight line.
The wrong highlight wasted me 1 hour to fix the null error
---
apps/docs/content/docs/components/select.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/docs/content/docs/components/select.mdx b/apps/docs/content/docs/components/select.mdx
index 6fa4665c27..0469b09cab 100644
--- a/apps/docs/content/docs/components/select.mdx
+++ b/apps/docs/content/docs/components/select.mdx
@@ -54,7 +54,7 @@ Select follows the [Collection Components API](https://react-spectrum.adobe.com/
- **Static**: The usage example above shows the static implementation, which can be used when the full list of options is known ahead of time.
- **Dynamic**: The example below can be used when the options come from an external data source such as an API call, or update over time.
-
+
### Multiple Selection