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
- Call `AutoSuggestBox.onChanged` when an item is selected using the keyboard ([#483](#483))
- Always add `GlobalMaterialLocalizations` above `ReorderableListView` ([#492](#492))
- **BREAKING** Removed `ContentDialog.backgroundDismiss`. Use `showDialog.barrierDismissable` ([#490](#490))
Describe the bug
Selecting an item by mouse click will call onChanged, but the keyboard enter will not
The text was updated successfully, but these errors were encountered: