Skip to content

Commit

Permalink
remove autofocus for expense
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulkrishh committed Jan 14, 2024
1 parent 16d3d3a commit 4065f91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/add/expenses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ export default function AddExpense({ show, onHide, mutate, selected, lookup }: A
placeholder="Swiggy - Biriyani"
maxLength={30}
required
ref={inputRef}
autoFocus
autoComplete="off"
onChange={({ target }) => {
const { value } = target;
Expand Down

1 comment on commit 4065f91

@vercel
Copy link

@vercel vercel bot commented on 4065f91 Jan 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.