Skip to content

Commit cea1d62

Browse files
[Autocomplete] Improve the heading structure
freeSolo has two main use cases, make it explicit.
1 parent 611a655 commit cea1d62

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/src/pages/components/autocomplete/autocomplete.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ The component has two states that can be controlled:
4545

4646
## Free solo
4747

48-
Set `freeSolo` to true so the textbox can contain any arbitrary value. The prop is designed to cover the primary use case of a **search box** with suggestions, e.g. Google search or react-autowhatever.
48+
Set `freeSolo` to true so the textbox can contain any arbitrary value.
49+
50+
### Search input
51+
52+
The prop is designed to cover the primary use case of a **search input** with suggestions, e.g. Google search or react-autowhatever.
4953

5054
{{"demo": "pages/components/autocomplete/FreeSolo.js"}}
5155

0 commit comments

Comments
 (0)