Skip to content

Commit

Permalink
fix: focus address field input (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
Melisa Anabella Rossi authored Jan 24, 2024
1 parent 22e3b05 commit d9c6a44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/AddressField/AddressField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ export default function AddressField(props: Props) {
setLoading(false)
}

evt.target.focus()

if (onChange) {
onChange(evt, { ...data, value: address, error })
}
Expand Down

1 comment on commit d9c6a44

@vercel
Copy link

@vercel vercel bot commented on d9c6a44 Jan 24, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

decentraland-ui – ./

decentraland-ui-git-master-decentraland1.vercel.app
decentraland-ui-decentraland1.vercel.app

Please sign in to comment.