We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e81e4 commit 70bcd19Copy full SHA for 70bcd19
packages/dev/s2-docs/pages/react-aria/Autocomplete.mdx
@@ -6,6 +6,7 @@ import vanillaDocs from 'docs:vanilla-starter/CommandPalette';
6
import '../../tailwind/tailwind.css';
7
8
export const tags = ['combobox', 'typeahead', 'input'];
9
+export const version = 'rc';
10
export const relatedPages = [{'title': 'useAutocomplete', 'url': 'https://react-spectrum.adobe.com/react-aria/useAutocomplete.html'}];
11
export const description = 'Allows users to search or filter a list of suggestions.';
12
0 commit comments