Skip to content

Commit

Permalink
fix compile error
Browse files Browse the repository at this point in the history
Documented on alphagov#679
  • Loading branch information
katiehartrick committed Mar 8, 2024
1 parent e9ec211 commit c9a9131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/autocomplete.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default class Autocomplete extends Component {

this.handleInputBlur = this.handleInputBlur.bind(this)
this.handleInputChange = this.handleInputChange.bind(this)
this.handleInputClick = this.handleInputClick.bind(this)
this.handleInputFocus = this.handleInputFocus.bind(this)

this.pollInputElement = this.pollInputElement.bind(this)
Expand Down

0 comments on commit c9a9131

Please sign in to comment.