Skip to content

Commit

Permalink
Update example and prepare for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihaiii committed Apr 13, 2024
1 parent 8dcafef commit 774e686
Show file tree
Hide file tree
Showing 3 changed files with 575 additions and 14 deletions.
2 changes: 1 addition & 1 deletion demos/simple_autocomplete/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function App() {
freeSolo
options={options}
threshold={0.6}
renderInput={(params) => <TextField {...params} />}
renderInput={(params) => <TextField {...params} placeholder="kitchen" />}
/>
);
}
Expand Down
Loading

0 comments on commit 774e686

Please sign in to comment.