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 08bd89c commit 2aeb876Copy full SHA for 2aeb876
docs/content/components/autocomplete.md
@@ -32,6 +32,8 @@ A list of items used to show autocompleted results. Use the [`<auto-complete>`](
32
33
## Inline label
34
35
+**Note**: On smaller screen sizes, the labels will be stacked.
36
+
37
```html live
38
<div class="position-relative">
39
<label class="autocomplete-label-inline">Search by team</label>
@@ -52,8 +54,6 @@ A list of items used to show autocompleted results. Use the [`<auto-complete>`](
52
54
</style>
53
55
```
56
-On smaller screen sizes, the labels will be stacked.
-
57
## Embedded icon with visible label
58
59
Stacked label
0 commit comments