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
{{ message }}
This repository was archived by the owner on Mar 4, 2020. It is now read-only.
When using the Dropdown component in controlled mode (passing searchQuery from the container), the text that the user types is not displayed in the input box.
Steps
Install v0.31 of Stardust.
In your component, keep the searchQuery in state.
Pass searchQuery state down to Dropdown component's searchQuery prop.
Set the searchQuery in state in the onSearchQueryChange callback.
Type in the Dropdown input box.
Expected Result
Input should display the keystrokes typed by the user.
Actual Result
Input not displaying the keystrokes typed by the user.