We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0fb1bc commit 14cc26fCopy full SHA for 14cc26f
apps/docs/content/docs/components/select.mdx
@@ -54,7 +54,7 @@ Select follows the [Collection Components API](https://react-spectrum.adobe.com/
54
- **Static**: The usage example above shows the static implementation, which can be used when the full list of options is known ahead of time.
55
- **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.
56
57
-<CodeDemo title="Dynamic items" highlightedLines="8" files={selectContent.dynamic} />
+<CodeDemo title="Dynamic items" highlightedLines="7" files={selectContent.dynamic} />
58
59
### Multiple Selection
60
0 commit comments