We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2b6343 commit 6ed5e85Copy full SHA for 6ed5e85
lib/src/fields/form_builder_chips_input.dart
@@ -6,7 +6,7 @@ import 'package:flutter_form_builder/flutter_form_builder.dart';
6
/// while typing
7
class FormBuilderChipsInput<T> extends FormBuilderField<List<T>> {
8
//TODO: Add documentation
9
- final ChipsInputSuggestions findSuggestions;
+ final ChipsInputSuggestions<T> findSuggestions;
10
11
// final ValueChanged<List<T>> onChanged;
12
final ChipsBuilder<T> chipBuilder;
0 commit comments