Skip to content

Commit

Permalink
fix(input): emit change on listbox change
Browse files Browse the repository at this point in the history
  • Loading branch information
clshortfuse committed May 4, 2024
1 parent f028ac2 commit 27d4438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default CustomElement
this._suggestedText = suggestionText;
this._suggestedValue = suggestionValue;
this._hasSuggestion = true;
this.acceptSuggestion(false);
this.acceptSuggestion(true);
this.closeListbox();
this.refs.control.focus();
},
Expand Down

0 comments on commit 27d4438

Please sign in to comment.