You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is inconsistency about the query argument passed to renderSuggestion, when there is a value in the input then it works as expected. However when the input field is empty then it receives the value of whichever selection is highlighted.
Press Down a few times and observe the query argument passed
Clear input and enter a character
Press Down a few times and observe the query argument passed
Observed behaviour: Query argument passed is value of selected suggestion when no input is initially empty Expected behaviour: Query argument passed is empty string when input is initially empty
The text was updated successfully, but these errors were encountered:
moroshko
changed the title
Inconsistant behaviour around renderSuggestion
Inconsistent behaviour of renderSuggestion query
Feb 4, 2018
There is inconsistency about the
query
argument passed torenderSuggestion
, when there is a value in the input then it works as expected. However when the input field is empty then it receives the value of whichever selection is highlighted.See codepen: https://codepen.io/anon/pen/wyKgOp
shouldRenderSuggestions
with empty inputObserved behaviour: Query argument passed is value of selected suggestion when no input is initially empty
Expected behaviour: Query argument passed is empty string when input is initially empty
The text was updated successfully, but these errors were encountered: