From c9a9131035a4c29acef468b3224c3b20a82dd681 Mon Sep 17 00:00:00 2001 From: Katie Hartrick Date: Fri, 8 Mar 2024 15:51:38 +0800 Subject: [PATCH] fix compile error Documented on https://github.com/alphagov/accessible-autocomplete/issues/679 --- src/autocomplete.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/autocomplete.js b/src/autocomplete.js index 2924e990..d450eb27 100644 --- a/src/autocomplete.js +++ b/src/autocomplete.js @@ -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)