Unverified Commit 233a1bb3 authored by Chris Bobbe's avatar Chris Bobbe Committed by GitHub

autocomplete: Remove mistaken paragraph in `onSelected` doc (#130190)

Fixes #130187.

Fixes #130187 by removing the mistaken paragraph; see there for details.
parent e12167d9
...@@ -244,10 +244,6 @@ class RawAutocomplete<T extends Object> extends StatefulWidget { ...@@ -244,10 +244,6 @@ class RawAutocomplete<T extends Object> extends StatefulWidget {
/// {@template flutter.widgets.RawAutocomplete.onSelected} /// {@template flutter.widgets.RawAutocomplete.onSelected}
/// Called when an option is selected by the user. /// Called when an option is selected by the user.
///
/// Any [TextEditingController] listeners will not be called when the user
/// selects an option, even though the field will update with the selected
/// value, so use this to be informed of selection.
/// {@endtemplate} /// {@endtemplate}
final AutocompleteOnSelected<T>? onSelected; final AutocompleteOnSelected<T>? onSelected;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment