Skip to content

Commit

Permalink
Update src/content/design-system/components/autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
KateMacdonald authored Feb 7, 2024
1 parent 4c38d1c commit 029e96a
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ Autocomplete fields come in four different sizes (heights), which align to the r
```jsx
<div>
<Autocomplete width="30" className="mb-6"
hintMessage="Search for the appropriate colour"
label="What colour is the sky?"
hintMessage="This is a small autocomplete"
label="Label"
noOptionsMessage="No options"
validationState="invalid"
size="small"
>
<AutocompleteItem>
Expand Down

0 comments on commit 029e96a

Please sign in to comment.