Keith

Results 2 comments of Keith

@peterjaric That was what I found as well. Here's a modified version which allows arbitrary text input: ``` handleEnter (event) { const hasSelectedOption = this.state.selected >= 0 if (this.state.menuOpen &&...

Hi @hannalaakso! Like @peterjaric, I'm seeing this for AJAX-powered suggestions within a search field. (So accessible-autocomplete's `source` option is set to a function, as I assume he's doing as well.)...