You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/components/autocomplete/autocomplete.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,11 @@ The component has two states that can be controlled:
45
45
46
46
## Free solo
47
47
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.
0 commit comments