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
#2517 updates the Autosuggest component to use an isActivestate bool. This is currently being set based on click events only.
The Autosuggest component doesn't have any keyboard event handling for full component-level focus/blur, so those would need to be created, and then logic would need to be added to them to properly set isActive.
The text was updated successfully, but these errors were encountered:
#2517 updates the Autosuggest component to use an
isActive
state bool. This is currently being set based on click events only.The Autosuggest component doesn't have any keyboard event handling for full component-level focus/blur, so those would need to be created, and then logic would need to be added to them to properly set
isActive
.The text was updated successfully, but these errors were encountered: