Skip to content

Commit

Permalink
feature: autofocus the address search field (#863)
Browse files Browse the repository at this point in the history
auto-focus the address input on page load
  • Loading branch information
kfinn authored Mar 11, 2024
1 parent c43f470 commit ad141cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/AddressSearch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ export default class AddressSearch extends React.Component<AddressSearchProps, S
{this.props.labelText}
</label>
<input
autoFocus
placeholder="Search places"
className="geosuggest__input form-input"
{...downshift.getInputProps(inputOptions)}
Expand Down

0 comments on commit ad141cc

Please sign in to comment.