Skip to content

Commit 81abac8

Browse files
authored
added id attribute for <input /> element
1 parent 5bea28a commit 81abac8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard/starter-example/app/ui/search.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default function Search({ placeholder }: { placeholder: string }) {
99
Search
1010
</label>
1111
<input
12+
id="search"
1213
className="peer block w-full rounded-md border border-gray-200 py-[9px] pl-10 text-sm outline-2 placeholder:text-gray-500"
1314
placeholder={placeholder}
1415
/>

0 commit comments

Comments
 (0)