Skip to content

Commit

Permalink
chore(docs): use string type
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Jan 20, 2025
1 parent feef259 commit ed2f5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/app/examples/perf/client-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ export default function HeroUIPerf() {
autoCorrect="off"
className="z-10 sticky top-1"
placeholder="Search..."
spellCheck={false}
spellCheck="false"
startContent={<SearchLinearIcon className="text-default-400" size={18} strokeWidth="2" />}
type="text"
onValueChange={setInputValue}
Expand Down

0 comments on commit ed2f5f3

Please sign in to comment.